Package com.coreos.dex.api
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 TypeMethodDescriptionstring client_id = 2;com.google.protobuf.ByteStringstring client_id = 2;longint64 created_at = 5;getId()ID of the refresh token.com.google.protobuf.ByteStringID of the refresh token.longint64 last_used = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
 
 
 -