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 Type
    Method
    Description
    The specific reason for the authentication failure.
    int
    The specific reason for the authentication failure.

    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

    • 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

      The specific reason for the authentication failure.
      
      .soulfire.v1.NextAuthFlowResponse.Failure.Reason reason = 1;
      Returns:
      The reason.