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
/
WebAuthnAssertionResponse
Web
Authn
Assertion
Response
open
class
WebAuthnAssertionResponse
Members
Constructors
Web
Authn
Assertion
Response
Link copied to clipboard
constructor
(
userHandleBase64
:
Any
,
clientDataJSONBase64
:
String
,
authenticatorDataBase64
:
String
,
signatureBase64
:
String
,
idBase64
:
String
,
rawIdBase64
:
String
)
Properties
authenticator
Data
Base64
Link copied to clipboard
open
var
authenticatorDataBase64
:
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
signature
Base64
Link copied to clipboard
open
var
signatureBase64
:
String
user
Handle
Base64
Link copied to clipboard
open
var
userHandleBase64
:
Any
Functions
get
Assertion
Link copied to clipboard
open
fun
getAssertion
(
)
:
String