class Authly::ResponseType
- Authly::ResponseType
- Reference
- Object
Defined in:
authly/response_type.crConstructors
Instance Method Summary
- #challenge : String
- #challenge_method : String
- #client_id : String
- #code
- #decode
- #redirect_uri : String
- #scope : String
- #token
- #type : String
- #user_id : String
Constructor Detail
def self.new(type : String, client_id : String, redirect_uri : String, scope : String, challenge : String = "", challenge_method : String = "", user_id : String = "")
#