Authly::Code
Inherits JSON::Serializable / Struct / Value / Object
Constants
CODE_TTL = Authly.config.code_ttl
ISSUER = Authly.config.issuer
Constructors
new(client_id : String, scope : String, redirect_uri : String, challenge : String = "", method : String = "", user_id : String = "")
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
challenge
Sourceclient_id
Sourcecode
Sourcejwt
Sourcemethod
Sourceredirect_uri
Sourcescope
Sourceto_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.
user_id
Source