Interface NextAuthFlowResponse.FailureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NextAuthFlowResponse.Failure, NextAuthFlowResponse.Failure.Builder
- Enclosing class:
NextAuthFlowResponse
public static interface NextAuthFlowResponse.FailureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe specific reason for the authentication failure.intThe specific reason for the authentication failure.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
-
getReasonValue
int getReasonValue()The specific reason for the authentication failure.
.soulfire.v1.NextAuthFlowResponse.Failure.Reason reason = 1;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
NextAuthFlowResponse.Failure.Reason getReason()The specific reason for the authentication failure.
.soulfire.v1.NextAuthFlowResponse.Failure.Reason reason = 1;- Returns:
- The reason.
-