toggle menu
mDocs Holder SDK
androidJvm
switch theme
mDocs Holder SDK
/
global.mattr.mobilecredential.holder.issuance.dto.grants
/
AuthorizationCode
Authorization
Code
@
Serializable
data
class
AuthorizationCode
(
val
issuerState
:
String
?
,
val
authorizationServer
:
String
?
)
Members
Constructors
Authorization
Code
Link copied to clipboard
constructor
(
issuerState
:
String
?
,
authorizationServer
:
String
?
)
Properties
authorization
Server
Link copied to clipboard
@
SerialName
(
value
=
"authorization_server"
)
val
authorizationServer
:
String
?
issuer
State
Link copied to clipboard
@
SerialName
(
value
=
"issuer_state"
)
val
issuerState
:
String
?