struct
OAuth2Controller::AuthorizationCode
- OAuth2Controller::AuthorizationCode
- Struct
- Value
- Object
Defined in:
controllers/oauth2.crConstructors
Instance Method Summary
- #account_id : Int64
- #client_id : String
- #clone
- #code_challenge : String
- #code_challenge_method : String
- #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)
- #expires_at : Time
- #redirect_uri : String
Constructor Detail
def self.new(account_id : Int64, client_id : String, redirect_uri : String, code_challenge : String, code_challenge_method : String, expires_at : Time)
#
Instance Method Detail
def 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)
#