Authly::AccessToken
Inherits JSON::Serializable / Struct / Value / Object
Constants
ACCESS_TTL = Authly.config.access_ttl
REFRESH_TTL = Authly.config.refresh_ttl
Constructors
new(client_id : String, scope : String, id_token : String | Nil = nil, cert_thumbprint : String | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceClass methods
jwt(client_id, scope, id_token)
SourceInstance methods
access_token
Sourceclient_id
Sourceexpires_in
Sourceid_token
Sourcejti
Sourcerefresh_token
Sourcerevoked?
Sourcescope
Sourcetoken_type
Source