MultiAuth::Discovery::ClientRegistrationRequest
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(client_name : String, redirect_uris : Array(String), grant_types : Nil | Array(String), response_types : Nil | Array(String), token_endpoint_auth_method : MultiAuth::Discovery::TokenEndpointAuthMethod | Nil, scope : Nil | String)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
client_name
Sourcegrant_types
Sourceredirect_uris
Sourceresponse_types
Sourcescope
Sourcetoken_endpoint_auth_method
Source