Zitadel.Management.V1.AddOIDCAppRequest (zitadel_api v1.0.0-rc.8) View Source
Link to this section Summary
Functions
Callback implementation for Protobuf.decode/1.
Callback implementation for Protobuf.encode/1.
Callback implementation for Protobuf.new/0.
Callback implementation for Protobuf.new/1.
Callback implementation for Protobuf.new!/1.
Callback implementation for Protobuf.transform_module/0.
Link to this section Types
Specs
access_token_role_assertion() :: boolean()
Specs
access_token_type() :: Zitadel.App.V1.OIDCTokenType.t()
Specs
additional_origins() :: [String.t()]
Specs
app_type() :: Zitadel.App.V1.OIDCAppType.t()
Specs
auth_method_type() :: Zitadel.App.V1.OIDCAuthMethodType.t()
Specs
clock_skew() :: Google.Protobuf.Duration.t() | nil
Specs
dev_mode() :: boolean()
Specs
grant_types() :: [[Zitadel.App.V1.OIDCGrantType.t()]]
Specs
id_token_role_assertion() :: boolean()
Specs
id_token_userinfo_assertion() :: boolean()
Specs
name() :: String.t()
Specs
post_logout_redirect_uris() :: [String.t()]
Specs
project_id() :: String.t()
Specs
redirect_uris() :: [String.t()]
Specs
response_types() :: [[Zitadel.App.V1.OIDCResponseType.t()]]
Specs
t() :: %Zitadel.Management.V1.AddOIDCAppRequest{
access_token_role_assertion: access_token_role_assertion(),
access_token_type: access_token_type(),
additional_origins: additional_origins(),
app_type: app_type(),
auth_method_type: auth_method_type(),
clock_skew: clock_skew(),
dev_mode: dev_mode(),
grant_types: grant_types(),
id_token_role_assertion: id_token_role_assertion(),
id_token_userinfo_assertion: id_token_userinfo_assertion(),
name: name(),
post_logout_redirect_uris: post_logout_redirect_uris(),
project_id: project_id(),
redirect_uris: redirect_uris(),
response_types: response_types(),
version: version()
}
Specs
version() :: Zitadel.App.V1.OIDCVersion.t()
Link to this section Functions
Callback implementation for Protobuf.decode/1.
Callback implementation for Protobuf.encode/1.
Callback implementation for Protobuf.new/0.
Callback implementation for Protobuf.new/1.
Callback implementation for Protobuf.new!/1.
Callback implementation for Protobuf.transform_module/0.