@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface AuthTrustedEntityCredentialCreationRequest

    Represents a request to create a trusted entity credential.

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

    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.

    "DEVICE"