api

http4k / org.http4k.security / AccessTokenResponse

AccessTokenResponse

data class AccessTokenResponse

Constructors

Name Summary
<init> AccessTokenResponse(accessToken: String, tokenType: String? = null, expiresIn: Long? = null, idToken: String? = null, scope: String? = null, refreshToken: String? = null)

Properties

Name Summary
accessToken val accessToken: String
expiresIn val expiresIn: Long?
idToken val idToken: String?
refreshToken val refreshToken: String?
scope val scope: String?
tokenType val tokenType: String?