api

http4k / org.http4k.security / AccessToken

AccessToken

data class AccessToken

Constructors

Name Summary
<init> AccessToken(value: String, type: String? = "Bearer", expiresIn: Long? = null, scope: String? = null, refreshToken: RefreshToken? = null)

Properties

Name Summary
expiresIn val expiresIn: Long?
refreshToken val refreshToken: RefreshToken?
scope val scope: String?
type val type: String?
value val value: String