toggle menu
Mobile Credential Holder SDK
androidJvm
switch theme
search in API
Mobile Credential Holder SDK
/
global.mattr.mobilecredentialholder.issuance.dto
/
TokenRequest
Token
Request
@
Serializable
data
class
TokenRequest
(
val
grantType
:
GrantType
,
val
code
:
String
,
val
codeVerifier
:
String
,
val
clientId
:
String
,
val
redirectUri
:
String
)
Members
Constructors
Token
Request
Link copied to clipboard
constructor
(
grantType
:
GrantType
,
code
:
String
,
codeVerifier
:
String
,
clientId
:
String
,
redirectUri
:
String
)
Properties
client
Id
Link copied to clipboard
@
SerialName
(
value
=
"client_id"
)
val
clientId
:
String
code
Link copied to clipboard
val
code
:
String
code
Verifier
Link copied to clipboard
@
SerialName
(
value
=
"code_verifier"
)
val
codeVerifier
:
String
grant
Type
Link copied to clipboard
@
SerialName
(
value
=
"grant_type"
)
val
grantType
:
GrantType
redirect
Uri
Link copied to clipboard
@
SerialName
(
value
=
"redirect_uri"
)
val
redirectUri
:
String