MonoCloud Management SDK
    Preparing search index...

    Interface CreateExternalProviderCredentialsRequest

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

    CreateExternalProviderCredentialsRequest

    interface CreateExternalProviderCredentialsRequest {
        apple_key_id?: string | null;
        apple_team_id?: string | null;
        client_id: string;
        client_secret: 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.

    CreateExternalProviderCredentialsRequest

    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.

    CreateExternalProviderCredentialsRequest

    client_id: string

    The client identifier issued by the external identity provider.

    CreateExternalProviderCredentialsRequest

    client_secret: string

    The client secret issued by the external identity provider.

    CreateExternalProviderCredentialsRequest