class Authly::Clients
- Authly::Clients
- Reference
- Object
Included Modules
- Authly::AuthorizableClient
- Enumerable(Authly::Client)
Defined in:
authly/client.crConstructors
Instance Method Summary
- #<<(client : Client)
- #allowed_scopes?(client_id, scopes) : Bool
- #authorized?(client_id, secret, redirect_uri, code, verifier : String | Nil = nil)
- #authorized?(client_id, client_secret)
-
#each(& : Client -> _)
Must yield this collection's elements to the block.
- #valid_redirect?(client_id, redirect_uri) : Bool
Instance methods inherited from module Authly::AuthorizableClient
allowed_scopes?(client_id : String, scopes : String) : Bool
allowed_scopes?,
authorized?(client_id : String, client_secret : String)
authorized?,
valid_redirect?(client_id : String, redirect_uri : String) : Bool
valid_redirect?
Constructor Detail
Instance Method Detail
def authorized?(client_id, secret, redirect_uri, code, verifier : String | Nil = nil)
#
Description copied from module Enumerable(Authly::Client)
Must yield this collection's elements to the block.