Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Zitadel)
Option allows customization of the Zitadel provider.
func WithInsecure ¶
WithInsecure allows to connect to a ZITADEL instance running without TLS
type Zitadel ¶
type Zitadel struct {
// contains filtered or unexported fields
}
Zitadel provides the ability to interact with your ZITADEL instance. This includes authentication, authorization as well as explicit API interaction and is dependent of the provided information and initialization of such.
func (*Zitadel) Origin ¶
Origin returns the HTTP Origin (schema://hostname[:port]), e.g. https://your-instance.zitadel.cloud https://your-domain.com http://localhost:8080
Click to show internal directories.
Click to hide internal directories.