Package com.coreos.dex.api
Interface DexOuterClass.RevokeRefreshReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DexOuterClass.RevokeRefreshReq
,DexOuterClass.RevokeRefreshReq.Builder
- Enclosing class:
- DexOuterClass
public static interface DexOuterClass.RevokeRefreshReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring client_id = 2;
com.google.protobuf.ByteString
string client_id = 2;
The "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.
-
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.
-