Package proto.rpc.v1

Interface Auth.AuthenticateToResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Auth.AuthenticateToResponse, Auth.AuthenticateToResponse.Builder
Enclosing class:
Auth

public static interface Auth.AuthenticateToResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    access_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.