LVE SDK
    Preparing search index...

    Interface CredentialInfo

    interface CredentialInfo {
        credentialId: string;
        prfOutput?: Uint8Array<ArrayBufferLike>;
        rpId: string;
    }
    Index

    Properties

    credentialId: string
    prfOutput?: Uint8Array<ArrayBufferLike>

    PRF output from registration — present only if prfEvalInput was passed and authenticator supports it.

    rpId: string