Interface DexOuterClass.RefreshTokenRefOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DexOuterClass.RefreshTokenRef, DexOuterClass.RefreshTokenRef.Builder
Enclosing class:
DexOuterClass

public static interface DexOuterClass.RefreshTokenRefOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string client_id = 2;
    com.google.protobuf.ByteString
    string client_id = 2;
    long
    int64 created_at = 5;
    ID of the refresh token.
    com.google.protobuf.ByteString
    ID of the refresh token.
    long
    int64 last_used = 6;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getId

      String getId()
       ID of the refresh token.
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       ID of the refresh token.
       
      string id = 1;
      Returns:
      The bytes for id.
    • getClientId

      String getClientId()
      string client_id = 2;
      Returns:
      The clientId.
    • getClientIdBytes

      com.google.protobuf.ByteString getClientIdBytes()
      string client_id = 2;
      Returns:
      The bytes for clientId.
    • getCreatedAt

      long getCreatedAt()
      int64 created_at = 5;
      Returns:
      The createdAt.
    • getLastUsed

      long getLastUsed()
      int64 last_used = 6;
      Returns:
      The lastUsed.