public interface GenerateAccessTokenResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken()
The OAuth 2.0 access token.
|
com.google.protobuf.ByteString |
getAccessTokenBytes()
The OAuth 2.0 access token.
|
com.google.protobuf.Timestamp |
getExpireTime()
Token expiration time.
|
com.google.protobuf.TimestampOrBuilder |
getExpireTimeOrBuilder()
Token expiration time.
|
boolean |
hasExpireTime()
Token expiration time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAccessToken()
The OAuth 2.0 access token.
string access_token = 1;com.google.protobuf.ByteString getAccessTokenBytes()
The OAuth 2.0 access token.
string access_token = 1;boolean hasExpireTime()
Token expiration time. The expiration time is always set.
.google.protobuf.Timestamp expire_time = 3;com.google.protobuf.Timestamp getExpireTime()
Token expiration time. The expiration time is always set.
.google.protobuf.Timestamp expire_time = 3;com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
Token expiration time. The expiration time is always set.
.google.protobuf.Timestamp expire_time = 3;Copyright © 2023 Google LLC. All rights reserved.