class OIDC::MtlsEndpointAliases
- OIDC::MtlsEndpointAliases
- Reference
- Object
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
Defined in:
oidc/mtls.crConstructors
Instance Method Summary
- #backchannel_authentication_endpoint : String | Nil
- #backchannel_authentication_endpoint=(backchannel_authentication_endpoint : String | Nil)
- #device_authorization_endpoint : String | Nil
- #device_authorization_endpoint=(device_authorization_endpoint : String | Nil)
- #introspection_endpoint : String | Nil
- #introspection_endpoint=(introspection_endpoint : String | Nil)
- #pushed_authorization_request_endpoint : String | Nil
- #pushed_authorization_request_endpoint=(pushed_authorization_request_endpoint : String | Nil)
- #registration_endpoint : String | Nil
- #registration_endpoint=(registration_endpoint : String | Nil)
- #revocation_endpoint : String | Nil
- #revocation_endpoint=(revocation_endpoint : String | Nil)
- #token_endpoint : String | Nil
- #token_endpoint=(token_endpoint : String | Nil)
- #userinfo_endpoint : String | Nil
- #userinfo_endpoint=(userinfo_endpoint : String | Nil)
Constructor Detail
Instance Method Detail
def backchannel_authentication_endpoint=(backchannel_authentication_endpoint : String | Nil)
#
def pushed_authorization_request_endpoint=(pushed_authorization_request_endpoint : String | Nil)
#