MonoCloud Management SDK
    Preparing search index...

    Interface ExternalAuthenticatorDisconnectRequest

    External Authenticator Disconnect Request: Removes an existing external identity provider connection from a user account.

    ExternalAuthenticatorDisconnectRequest

    interface ExternalAuthenticatorDisconnectRequest {
        authenticator: ExternalAuthenticators;
        provider_user_id: string;
    }
    Index

    Properties

    authenticator: ExternalAuthenticators

    The external authentication provider to disconnect from the user account.

    ExternalAuthenticatorDisconnectRequest

    provider_user_id: string

    The user identifier assigned by the external authentication provider.

    ExternalAuthenticatorDisconnectRequest