class Authly::AuthorizationCode
- Authly::AuthorizationCode
- Reference
- Object
Included Modules
Defined in:
authly/grants/authorization_code.crConstructors
Instance Method Summary
- #authorized? : Bool
- #challenge : String
- #client_id : String
- #client_secret : String
- #method : String
- #redirect_uri : String
- #verifier : String
Instance methods inherited from module Authly::GrantStrategy
authorized? : Bool
authorized?
Constructor Detail
def self.new(client_id : String, client_secret : String, redirect_uri : String, challenge : String = "", method : String = "", verifier : String = "")
#