Okta Mobile Kotlin SDK
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Okta Mobile Kotlin SDK
okta-direct-auth
/
com.okta.directauth.http
/
DirectAuthTokenRequest
Direct
Auth
Token
Request
sealed
class
DirectAuthTokenRequest
:
DirectAuthStartRequest
Inheritors
Password
Otp
MfaOtp
Oob
OobMfa
WebAuthn
WebAuthnMfa
Members
Types
Mfa
Otp
Link copied to clipboard
class
MfaOtp
:
DirectAuthTokenRequest
Oob
Link copied to clipboard
class
Oob
:
DirectAuthTokenRequest
Oob
Mfa
Link copied to clipboard
class
OobMfa
:
DirectAuthTokenRequest
Otp
Link copied to clipboard
class
Otp
:
DirectAuthTokenRequest
Password
Link copied to clipboard
class
Password
:
DirectAuthTokenRequest
Web
Authn
Link copied to clipboard
class
WebAuthn
:
DirectAuthTokenRequest
Web
Authn
Mfa
Link copied to clipboard
class
WebAuthnMfa
:
DirectAuthTokenRequest
Functions
content
Type
Link copied to clipboard
open
override
fun
contentType
(
)
:
String
form
Parameters
Link copied to clipboard
abstract
fun
formParameters
(
)
:
Map
<
String
,
List
<
String
>
>
headers
Link copied to clipboard
open
override
fun
headers
(
)
:
Map
<
String
,
List
<
String
>
>
method
Link copied to clipboard
open
override
fun
method
(
)
:
ApiRequestMethod
query
Link copied to clipboard
open
override
fun
query
(
)
:
Map
<
String
,
String
>
?
url
Link copied to clipboard
open
override
fun
url
(
)
:
String