AuthorizationResponse

data class AuthorizationResponse(code: String?)

Parameters

code

Constructors

AuthorizationResponse
Link copied to clipboard
fun AuthorizationResponse(code: String? = null)

Properties

code
Link copied to clipboard
@SerializedName(value = code)
val code: String? = null