shared
/
com.keygenqt.viewer.data.requests
/
AuthRequest
common
Auth
Request
data class
AuthRequest
(code:
String
, client_secret:
String
, client_id:
String
)
Content copied to clipboard
Auth request step 2
Constructors
Properties
Constructors
AuthRequest
Link copied to clipboard
common
fun
AuthRequest
(code:
String
, client_secret:
String
, client_id:
String
)
Content copied to clipboard
Properties
client_id
Link copied to clipboard
common
val
client_id
:
String
Content copied to clipboard
client_secret
Link copied to clipboard
common
val
client_secret
:
String
Content copied to clipboard
code
Link copied to clipboard
common
val
code
:
String
Content copied to clipboard