Interface AuthenticationExtensionsPRFValues

interface AuthenticationExtensionsPRFValues {
    first: BufferSource;
    second?: BufferSource;
}

Properties

Properties

second?: BufferSource