Searched refs:authenticatorData (Results 1 – 2 of 2) sorted by relevance
37 var authenticatorData: ByteArray variable in androidx.credentials.webauthn.AuthenticatorAssertionResponse48 authenticatorData = defaultAuthenticatorData()80 return authenticatorData + hash in dataToSign()89 response.put("authenticatorData", WebAuthnUtils.b64Encode(authenticatorData)) in json()
403 authenticatorData: ByteArray, in getPublicKeyCredentialResponseGenerator()421 PublicKeyCredentialControllerUtility.Companion.b64Encode(authenticatorData) in getPublicKeyCredentialResponseGenerator()