struct

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 = "")
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

challenge
Source
client_id
Source
code
Source
method
Source
redirect_uri
Source
scope
Source
to_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.

Source
user_id
Source