SecurityModel

data class SecurityModel(accessToken: String, expiresIn: Int, refreshToken: String, refreshTokenExpiresIn: Int)

Model auth tokens

Constructors

SecurityModel
Link copied to clipboard
common
fun SecurityModel(accessToken: String, expiresIn: Int, refreshToken: String, refreshTokenExpiresIn: Int)

Properties

accessToken
Link copied to clipboard
common
val accessToken: String
expiresIn
Link copied to clipboard
common
val expiresIn: Int
refreshToken
Link copied to clipboard
common
val refreshToken: String
refreshTokenExpiresIn
Link copied to clipboard
common
val refreshTokenExpiresIn: Int