OAuth2Controller::AuthorizationCode
Inherits Struct < Value < Object
Constructors
new(account_id : Int64, client_id : String, redirect_uri : String, code_challenge : String | Nil, code_challenge_method : String | Nil, expires_at : Time, scope : String)
SourceInstance methods
account_id
client_id
clone
Sourcecode_challenge
code_challenge_method
copy_with(account_id _account_id = @account_id, client_id _client_id = @client_id, redirect_uri _redirect_uri = @redirect_uri, code_challenge _code_challenge = @code_challenge, code_challenge_method _code_challenge_method = @code_challenge_method, expires_at _expires_at = @expires_at, scope _scope = @scope)
Sourceexpires_at
redirect_uri
scope