View Source Zitadel.App.V1.APIConfig (zitadel_api v1.0.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.App.V1.APIConfig{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  auth_method_type: Zitadel.App.V1.APIAuthMethodType.t(),
  client_id: String.t(),
  client_secret: String.t()
}

Link to this section Functions