OIDC::MtlsEndpointAliases
Inherits JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
backchannel_authentication_endpoint
Sourcebackchannel_authentication_endpoint=(backchannel_authentication_endpoint : String | Nil)
Sourcedevice_authorization_endpoint
Sourcedevice_authorization_endpoint=(device_authorization_endpoint : String | Nil)
Sourceintrospection_endpoint
Sourceintrospection_endpoint=(introspection_endpoint : String | Nil)
Sourcepushed_authorization_request_endpoint
Sourcepushed_authorization_request_endpoint=(pushed_authorization_request_endpoint : String | Nil)
Sourceregistration_endpoint
Sourceregistration_endpoint=(registration_endpoint : String | Nil)
Sourcerevocation_endpoint
Sourcerevocation_endpoint=(revocation_endpoint : String | Nil)
Sourcetoken_endpoint
Sourcetoken_endpoint=(token_endpoint : String | Nil)
Sourceuserinfo_endpoint
Sourceuserinfo_endpoint=(userinfo_endpoint : String | Nil)
Source