public class Token extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Token.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
String |
getClientId() |
long |
getExpirationInterval() |
Duration |
getExpiresIn() |
String |
getRefreshToken() |
Set<String> |
getScopes() |
long |
getTimeOfCreation() |
String |
getType() |
boolean |
hasRefreshToken() |
public boolean hasRefreshToken()
public String getClientId()
public String getAccessToken()
public String getRefreshToken()
public String getType()
public long getExpirationInterval()
public long getTimeOfCreation()
public Duration getExpiresIn()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.