Package com.coreos.dex.api
Interface DexOuterClass.RevokeRefreshRespOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DexOuterClass.RevokeRefreshResp
,DexOuterClass.RevokeRefreshResp.Builder
- Enclosing class:
- DexOuterClass
public static interface DexOuterClass.RevokeRefreshRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Set to true is refresh token was not found and token could not be revoked.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
-
getNotFound
boolean getNotFound()Set to true is refresh token was not found and token could not be revoked.
bool not_found = 1;
- Returns:
- The notFound.
-