module

Authly::AuthorizableClient

Instance methods

allowed_scopes?(client_id : String, scopes : String) : Bool
Source
authorized?(client_id : String, client_secret : String)
Source
client_public_key(client_id : String) : String | Nil
Source
jarm_encryption_algorithm(client_id : String) : String | Nil
Source
jarm_encryption_encoding(client_id : String) : String | Nil
Source
jarm_required?(client_id : String) : Bool

JARM (JWT Secured Authorization Response Mode) methods

Source
jarm_signing_algorithm(client_id : String) : String | Nil
Source
valid_redirect?(client_id : String, redirect_uri : String) : Bool
Source