MonoCloud Management SDK
    Preparing search index...

    Interface ExternalProviderCredentialsResponse

    External Provider Credentials Response: The client credentials issued by the external identity provider.

    ExternalProviderCredentialsResponse

    interface ExternalProviderCredentialsResponse {
        apple_key_id?: string | null;
        apple_team_id?: string | null;
        client_id: string;
    }
    Index

    Properties

    apple_key_id?: string | null

    The Apple Key ID used to sign the client secret. Applies only to the Sign in with Apple provider.

    ExternalProviderCredentialsResponse

    apple_team_id?: string | null

    The Apple Developer Team ID used to sign the client secret. Applies only to the Sign in with Apple provider.

    ExternalProviderCredentialsResponse

    client_id: string

    The client identifier issued by the external identity provider.

    ExternalProviderCredentialsResponse