TokenRequest

data class TokenRequest(val grantType: GrantType, val clientId: ClientId?, val clientSecret: String?, val code: String?, val redirectUri: Uri?, val scopes: List<String>, val clientAssertionType: Uri?, val clientAssertion: String?, val refreshToken: RefreshToken?)

Constructors

Link copied to clipboard
constructor(grantType: GrantType, clientId: ClientId?, clientSecret: String?, code: String?, redirectUri: Uri?, scopes: List<String>, clientAssertionType: Uri?, clientAssertion: String?, refreshToken: RefreshToken?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val code: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard