api

http4k / org.http4k.security.oauth.server / TokenRequest

TokenRequest

data class TokenRequest

Constructors

Name Summary
<init> TokenRequest(grantType: GrantType, clientId: ClientId?, clientSecret: String?, code: String?, redirectUri: Uri?, scopes: List<String>, clientAssertionType: Uri?, clientAssertion: String?, refreshToken: RefreshToken?)

Properties

Name Summary
clientAssertion val clientAssertion: String?
clientAssertionType val clientAssertionType: Uri?
clientId val clientId: ClientId?
clientSecret val clientSecret: String?
code val code: String?
grantType val grantType: GrantType
redirectUri val redirectUri: Uri?
refreshToken val refreshToken: RefreshToken?
scopes val scopes: List<String>