Package com.coreos.dex.api
Interface DexOuterClass.ListRefreshReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DexOuterClass.ListRefreshReq
,DexOuterClass.ListRefreshReq.Builder
- Enclosing class:
- DexOuterClass
public static interface DexOuterClass.ListRefreshReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe "sub" claim returned in the ID Token.com.google.protobuf.ByteString
The "sub" claim returned in the ID Token.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
-
getUserId
String getUserId()The "sub" claim returned in the ID Token.
string user_id = 1;
- Returns:
- The userId.
-
getUserIdBytes
com.google.protobuf.ByteString getUserIdBytes()The "sub" claim returned in the ID Token.
string user_id = 1;
- Returns:
- The bytes for userId.
-