Represents a request to create a trusted entity credential.

interface AuthTrustedEntityCredentialCreationRequest {
    deviceInfo: DeviceInfo;
    entityDescription: string;
    entityKey: string;
    entityType: AuthTrustedEntityCredentialType;
}

Properties

deviceInfo: DeviceInfo

Provides information about the device that the end-customer uses to access the service.

entityDescription: string

The description of the trusted entity associated with this authentication credential.

entityKey: string

The key of the trusted entity associated with this authentication credential.

The type of the trusted entity associated with this authentication credential.

Example

"DEVICE"