Package com.pexip.sdk.api.infinity
Class RefreshTokenResponse
-
- All Implemented Interfaces:
-
com.pexip.sdk.api.infinity.Token
@Serializable() public final class RefreshTokenResponse implements Token
-
-
Constructor Summary
Constructors Constructor Description RefreshTokenResponse(String token, Long expires)
-
Method Summary
Modifier and Type Method Description StringgetToken()an actual token value LonggetExpires()a duration in seconds for which this token remains valid
-