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 {
        provider: string;
        provider_user_id: string;
    }
    Index

    Properties

    provider: string

    The external provider to disconnect from the user account.

    ExternalAuthenticatorDisconnectRequest

    provider_user_id: string

    The user identifier assigned by the external authentication provider.

    ExternalAuthenticatorDisconnectRequest