com.paysera.lib.inrento.entities.auth.PSAuthToken.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-lib-inrento-sdk Show documentation
Show all versions of kotlin-lib-inrento-sdk Show documentation
Paysera: Kotlin InRento SDK Library
package com.paysera.lib.inrento.entities.auth
data class PSAuthToken(
val authToken: String,
val authTokenExpiresIn: Long,
val refreshToken: String,
val refreshTokenExpiresIn: Long,
val expiresIn: Long
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy