struct Authority::Authorize::NewRequest
- Authority::Authorize::NewRequest
- Struct
- Value
- Object
Included Modules
- Azu::Request
- JSON::Serializable
- Schema::Definition
- Schema::Validation
Defined in:
requests/authorize/new_request.crConstant Summary
-
SCHEMA_VALIDATIONS =
{response_type => {message: "Param response_type must be present.", presence: true}, client_id => {message: "Param client_id must be present.", presence: true}, redirect_uri => {message: "Param redirect_uri must be present.", presence: true}, scope => {message: "Param scope must be present.", presence: true}, state => {message: "Param state must be present.", presence: true}, code_challenge => {}, code_challenge_method => {}} of Nil => Nil
-
SCHEMA_VALIDATORS =
[] of Nil
Constructors
Class Method Summary
Instance Method Summary
- #client
- #client_id : String
- #code_challenge : String
- #code_challenge_method : String
- #error_messages
- #errors
- #redirect_uri : String
- #response_type : String
- #scope : String
- #state : String
- #valid?
- #validate!