GCPTokenInfo
getProjectId
get project id
GCPTokenInfo.getProjectId()Parameters
NoneReturns
StringsetProjectId
set project id
GCPTokenInfo.setProjectId(projectId)Parameters
projectId (string)Returns
NonegetTokenValue
get token value
GCPTokenInfo.getTokenValue()Parameters
NoneReturns
StringsetTokenValue
set token value
GCPTokenInfo.setTokenValue()Parameters
tokenValueReturns
StringgetExpirationTime
get expiration time
GCPTokenInfo.getExpirationTime()Parameters
NoneReturns
longsetExpirationTime
set expiration time
GCPTokenInfo.setExpirationTime()Parameters
NoneReturns
NonegetAuthenticationType
get authentication type
GCPTokenInfo.getAuthenticationType()Parameters
NoneReturns
StringsetAuthenticationType
set authentication type
GCPTokenInfo.setAuthenticationType(authenticationType)Parameters
authenticationType (string)Returns
NoneisError
is error
GCPTokenInfo.isError()Parameters
NoneReturns
booleansetError
set error
GCPTokenInfo.setError(error)Parameters
error (bool)Returns
NonegetMessage
get message
GCPTokenInfo.getMessage()Parameters
NoneReturns
StringsetMessage
set message
GCPTokenInfo.setMessage(message)Parameters
message (string)Returns
NoneLast updated