AuthorizationCodeRequest

class AuthorizationCodeRequest(val code: String?) : AuthorizationRequest

Constructors

Link copied to clipboard
fun AuthorizationCodeRequest(code: String?)

Properties

Link copied to clipboard
val code: String?
Link copied to clipboard
val grantType: NuguOAuthClient.GrantType