Authly::Clients
Inherits Enumerable / Authly::AuthorizableClient / Reference / Object
Constructors
new
SourceInstance methods
<<(client : Client)
Sourceallowed_grant_type?(client_id, grant_type) : Bool
Sourceallowed_scopes?(client_id, scopes) : Bool
Sourceauthorized?(client_id, secret, redirect_uri, code, verifier : String | Nil = nil)
Sourceauthorized?(client_id, client_secret)
Sourceclient_public_key(client_id : String) : String | Nil
Sourcejarm_encryption_algorithm(client_id : String) : String | Nil
Sourcejarm_encryption_encoding(client_id : String) : String | Nil
Sourcejarm_signing_algorithm(client_id : String) : String | Nil
Sourcevalid_redirect?(client_id, redirect_uri) : Bool
Source