Represents a request to delete a trusted entity credential.

interface AuthTrustedEntityCredentialDeletionRequest {
    deviceInfo: DeviceInfo;
    id: string;
}

Properties

Properties

deviceInfo: DeviceInfo

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

id: string

The unique identifier of the credential associated with this authentication.