Authentication
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Authentication
Authentication
/
com.transmit.authentication
/
TSWebAuthnApiPaths
TSWeb
Authn
Api
Paths
data
class
TSWebAuthnApiPaths
(
val
startRegistration
:
String
,
val
startAuthentication
:
String
)
Data class representing custom paths for the WebAuthn APIs
Members
Constructors
TSWeb
Authn
Api
Paths
Link copied to clipboard
constructor
(
startRegistration
:
String
,
startAuthentication
:
String
)
Properties
start
Authentication
Link copied to clipboard
val
startAuthentication
:
String
start
Registration
Link copied to clipboard
val
startRegistration
:
String