Package proto.rpc.v1
Interface Auth.AuthenticateResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Auth.AuthenticateResponse
,Auth.AuthenticateResponse.Builder
- Enclosing class:
- Auth
public static interface Auth.AuthenticateResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionaccess_token is a JWT where only the expiration should be deemed important.com.google.protobuf.ByteString
access_token is a JWT where only the expiration should be deemed important.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getAccessToken
String getAccessToken()access_token is a JWT where only the expiration should be deemed important.
string access_token = 1 [json_name = "accessToken"];
- Returns:
- The accessToken.
-
getAccessTokenBytes
com.google.protobuf.ByteString getAccessTokenBytes()access_token is a JWT where only the expiration should be deemed important.
string access_token = 1 [json_name = "accessToken"];
- Returns:
- The bytes for accessToken.
-