public interface SessionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getCreated()
True if the corresponding account was just created, false otherwise.
|
java.lang.String |
getRefreshToken()
Refresh token that can be used for session token renewal.
|
com.google.protobuf.ByteString |
getRefreshTokenBytes()
Refresh token that can be used for session token renewal.
|
java.lang.String |
getToken()
Authentication credentials.
|
com.google.protobuf.ByteString |
getTokenBytes()
Authentication credentials.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean getCreated()
True if the corresponding account was just created, false otherwise.
bool created = 1 [json_name = "created"];
java.lang.String getToken()
Authentication credentials.
string token = 2 [json_name = "token"];
com.google.protobuf.ByteString getTokenBytes()
Authentication credentials.
string token = 2 [json_name = "token"];
java.lang.String getRefreshToken()
Refresh token that can be used for session token renewal.
string refresh_token = 3 [json_name = "refreshToken"];
com.google.protobuf.ByteString getRefreshTokenBytes()
Refresh token that can be used for session token renewal.
string refresh_token = 3 [json_name = "refreshToken"];