mDocs Holder SDK
Toggle table of contents
4.1.1
Select version
5.0.0
4.1.1
4.1.0
4.0.0
3.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
mDocs Holder SDK
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
?