AWS SDK for Kotlin
Toggle table of contents
1.4.116
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
amplifyuibuilder
/
aws.sdk.kotlin.services.amplifyuibuilder.model
/
RefreshTokenResponse
Refresh
Token
Response
class
RefreshTokenResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
access
Token
Link copied to clipboard
val
accessToken
:
String
The access token.
expires
In
Link copied to clipboard
val
expiresIn
:
Int
The date and time when the new access token expires.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
RefreshTokenResponse.Builder
.
(
)
->
Unit
=
{}
)
:
RefreshTokenResponse
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String