View Source Zitadel.Management.V1.AddOIDCAppRequest (zitadel_api v1.0.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Management.V1.AddOIDCAppRequest{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  access_token_role_assertion: boolean(),
  access_token_type: Zitadel.App.V1.OIDCTokenType.t(),
  additional_origins: [String.t()],
  app_type: Zitadel.App.V1.OIDCAppType.t(),
  auth_method_type: Zitadel.App.V1.OIDCAuthMethodType.t(),
  clock_skew: Google.Protobuf.Duration.t() | nil,
  dev_mode: boolean(),
  grant_types: [Zitadel.App.V1.OIDCGrantType.t()],
  id_token_role_assertion: boolean(),
  id_token_userinfo_assertion: boolean(),
  name: String.t(),
  post_logout_redirect_uris: [String.t()],
  project_id: String.t(),
  redirect_uris: [String.t()],
  response_types: [Zitadel.App.V1.OIDCResponseType.t()],
  version: Zitadel.App.V1.OIDCVersion.t()
}

Link to this section Functions