Documentation ¶
Index ¶
- type Zitadel
- func (z Zitadel) AddUser(ctx context.Context, profile idp.UserProfile) (string, error)
- func (z Zitadel) GetLogoutURL(ctx context.Context) (string, error)
- func (z Zitadel) RemoveUser(ctx context.Context, userID string) error
- func (z Zitadel) ResendInviteEmail(ctx context.Context, userID string) error
- func (z Zitadel) UpdateUser(ctx context.Context, profile idp.UserProfile) error
- type ZitadelAuthOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Zitadel ¶
type Zitadel struct {
// contains filtered or unexported fields
}
func NewZitadel ¶
func NewZitadel( opts *ZitadelAuthOptions, logger *zap.SugaredLogger, appURL url.URL, idpCfg *webstd.IdP, auth *webstd.Authenticator, sm *scs.SessionManager, ) (*Zitadel, error)
func (Zitadel) ResendInviteEmail ¶
func (Zitadel) UpdateUser ¶
type ZitadelAuthOptions ¶
type ZitadelAuthOptions struct { // AutoRefreshIDToken determines whether the zitadel idp manager should attempt to auto refresh the ID token. AutoRefreshIDToken bool }
Click to show internal directories.
Click to hide internal directories.