Interface AuthenticationExtensionsPRFInputs

    interface AuthenticationExtensionsPRFInputs {
        eval?: AuthenticationExtensionsPRFValues;
        evalByCredential?: Record<string, AuthenticationExtensionsPRFValues>;
    }

    Properties

    evalByCredential?: Record<string, AuthenticationExtensionsPRFValues>