public static interface _LoginResponse.LoggedInOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSessionToken()
string session_token = 1; |
com.google.protobuf.ByteString |
getSessionTokenBytes()
string session_token = 1; |
int |
getValidForSeconds()
How many seconds the token was valid for when issued.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getSessionToken()
string session_token = 1;com.google.protobuf.ByteString getSessionTokenBytes()
string session_token = 1;int getValidForSeconds()
How many seconds the token was valid for when issued. Will vary slightly from reality upon receipt, as time has passed since the token was minted. You might expect to see this true to within 10 seconds of client-side timekeeping but as is ever the case, there are no guarantees with public network timing.
uint32 valid_for_seconds = 2;