sdk-core
Toggle table of contents
7.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk-core
sdk-core
/
com.gigya.android.sdk.auth.models
/
WebAuthnAttestationResponse
Web
Authn
Attestation
Response
open
class
WebAuthnAttestationResponse
Members
Constructors
Web
Authn
Attestation
Response
Link copied to clipboard
constructor
(
clientDataJSONBase64
:
String
,
attestationObjectBase64
:
String
,
idBase64
:
String
,
rawIdBase64
:
String
)
Properties
attestation
Object
Base64
Link copied to clipboard
open
var
attestationObjectBase64
:
String
client
Data
JSONBase64
Link copied to clipboard
open
var
clientDataJSONBase64
:
String
id
Base64
Link copied to clipboard
open
var
idBase64
:
String
raw
Id
Base64
Link copied to clipboard
open
var
rawIdBase64
:
String
Functions
get
Attestation
Link copied to clipboard
open
fun
getAttestation
(
)
:
String
get
Response
Link copied to clipboard
open
fun
getResponse
(
)
:
Map
<
String
,
String
>