api

http4k / org.http4k.security.oauth.server.accesstoken / AuthorizationCodeAccessTokenRequest

AuthorizationCodeAccessTokenRequest

data class AuthorizationCodeAccessTokenRequest

Constructors

Name Summary
<init> AuthorizationCodeAccessTokenRequest(clientId: ClientId, clientSecret: String, redirectUri: Uri, scopes: List<String>, authorizationCode: AuthorizationCode)

Properties

Name Summary
authorizationCode val authorizationCode: AuthorizationCode
clientId val clientId: ClientId
clientSecret val clientSecret: String
redirectUri val redirectUri: Uri
scopes val scopes: List<String>