PRF extension outputs

interface AuthenticationExtensionsPRFOutputs {
    enabled?: boolean;
    results?: AuthenticationExtensionsPRFValues;
}

Properties

Properties

enabled?: boolean

True if, and only if, the one or two PRFs are available for use with the created credential. This is only reported during registration and is not present in the case of authentication.

The results of evaluating the PRF for the inputs given in eval or evalByCredential. Outputs may not be available during registration;