struct

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)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

client_name
Source
grant_types
Source
redirect_uris
Source
response_types
Source
scope
Source
token_endpoint_auth_method
Source