MonoCloud Management SDK
    Preparing search index...

    Interface PatchExternalProviderCredentialsRequest

    Patch External Provider Credentials Request: Used to update client credentials used by an external authenticator.

    PatchExternalProviderCredentialsRequest

    interface PatchExternalProviderCredentialsRequest {
        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.

    PatchExternalProviderCredentialsRequest

    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.

    PatchExternalProviderCredentialsRequest

    client_id?: string

    The client identifier issued by the external identity provider.

    PatchExternalProviderCredentialsRequest

    client_secret?: string

    The client secret issued by the external identity provider.

    PatchExternalProviderCredentialsRequest