Telematics Authorization library
/
com.telematicssdk.auth.external.results
/
LoginResult
Login
Result
data class
LoginResult
(accessToken:
String
, refreshToken:
String
)
Content copied to clipboard
Represents user authorization result
Constructors
Properties
Constructors
LoginResult
Link copied to clipboard
fun
LoginResult
(accessToken:
String
, refreshToken:
String
)
Content copied to clipboard
Properties
accessToken
Link copied to clipboard
val
accessToken
:
String
Content copied to clipboard
JWT access token (Should be added to Authorization header)
refreshToken
Link copied to clipboard
val
refreshToken
:
String
Content copied to clipboard
JWT refresh token