View Source Zitadel.User.V1.AuthFactor (zitadel_api v1.0.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.User.V1.AuthFactor{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  state: Zitadel.User.V1.AuthFactorState.t(),
  type:
    {:otp, Zitadel.User.V1.AuthFactorOTP.t() | nil}
    | {:u2f, Zitadel.User.V1.AuthFactorU2F.t() | nil}
    | nil
}

Link to this section Functions