Package com.coreos.dex.api
Interface DexOuterClass.VerifyPasswordRespOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DexOuterClass.VerifyPasswordResp
,DexOuterClass.VerifyPasswordResp.Builder
- Enclosing class:
- DexOuterClass
public static interface DexOuterClass.VerifyPasswordRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
bool not_found = 2;
boolean
bool verified = 1;
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
-
getVerified
boolean getVerified()bool verified = 1;
- Returns:
- The verified.
-
getNotFound
boolean getNotFound()bool not_found = 2;
- Returns:
- The notFound.
-