Interface AuthenticationProviderInformation

Basic information about an authenticationProvider

interface AuthenticationProviderInformation {
    id: string;
    label: string;
}

Hierarchy (view full)

Properties

Properties

id: string

The unique identifier of the authentication provider.

label: string

The human-readable name of the authentication provider.