MonoCloud Management SDK
    Preparing search index...

    Interface UserExternalProvider

    External Provider: Represents a linked identity provider account for the user.

    UserExternalProvider

    interface UserExternalProvider {
        authenticator: ExternalAuthenticators;
        claims: Record<string, any>;
        provider_user_id: string;
    }
    Index

    Properties

    authenticator: ExternalAuthenticators

    The authenticator associated with this connection.

    UserExternalProvider

    claims: Record<string, any>

    Claims received from the identity provider and associated with this connection.

    UserExternalProvider

    provider_user_id: string

    The user identifier assigned by the identity provider.

    UserExternalProvider