MonoCloud Authentication SDK
    Preparing search index...

    Interface MtlsEndpointAliases

    Alternate endpoint URLs that a client authenticating with mutual-TLS (mTLS) must use in place of the regular endpoints.

    interface MtlsEndpointAliases {
        device_authorization_endpoint?: string;
        introspection_endpoint?: string;
        pushed_authorization_request_endpoint?: string;
        revocation_endpoint?: string;
        token_endpoint?: string;
    }
    Index
    device_authorization_endpoint?: string

    mTLS alias for the device authorization endpoint.

    introspection_endpoint?: string

    mTLS alias for the token introspection endpoint.

    pushed_authorization_request_endpoint?: string

    mTLS alias for the pushed authorization request (PAR) endpoint.

    revocation_endpoint?: string

    mTLS alias for the token revocation endpoint.

    token_endpoint?: string

    mTLS alias for the token endpoint.