ping-identity
    Preparing search index...

    Type Alias UserKeyOption

    A registered device key available for selection during a signing operation.

    type UserKeyOption = {
        authenticationType: string;
        id: string;
        userId: string;
        username: string;
    }
    Index

    Properties

    authenticationType: string

    Authentication type (e.g. "BIOMETRIC_ONLY", "APPLICATION_PIN").

    id: string

    Unique key identifier (kid).

    userId: string

    User identifier associated with this key.

    username: string

    Human-readable username associated with this key.