public class VpcTokenResponse extends java.lang.Object implements TokenServerResponse
Constructor and Description |
---|
VpcTokenResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessToken()
Gets the accessToken.
|
java.util.Date |
getCreatedAt()
Gets the createdAt.
|
java.util.Date |
getExpiresAt()
Gets the expiresAt.
|
java.lang.Long |
getExpiresIn()
Gets the expiresIn.
|
public java.lang.String getAccessToken()
public java.util.Date getCreatedAt()
public java.util.Date getExpiresAt()
public java.lang.Long getExpiresIn()
Copyright © 2022 IBM Cloud Developer Experience. All rights reserved.