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
    .soulfire.v1.NextAuthFlowResponse.Failure.Reason reason = 1;
    int
    .soulfire.v1.NextAuthFlowResponse.Failure.Reason reason = 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

    • getReasonValue

      int getReasonValue()
      .soulfire.v1.NextAuthFlowResponse.Failure.Reason reason = 1;
      Returns:
      The enum numeric value on the wire for reason.
    • getReason

      .soulfire.v1.NextAuthFlowResponse.Failure.Reason reason = 1;
      Returns:
      The reason.