Documentation ¶
Index ¶
- Variables
- func DeleteAccount(uuid string) error
- func EnableOIDC()
- func GetAccount(uuid string) (*gocloak.User, error)
- func GetGroups(uuid string) ([]*gocloak.UserGroup, error)
- func GetRandomString(n int) string
- func Handshake()
- func InitRandomPool() error
- func LoginAccount(username, password string) (*gocloak.JWT, error)
- func NewAccount(username, email, password string) (string, error)
- func RefreshToken(ref string) (*gocloak.JWT, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Context context.Context NonceEnabledVerifier *oidc.IDTokenVerifier OAuth2 oauth2.Config Nonce string )
Functions ¶
func DeleteAccount ¶
func EnableOIDC ¶
func EnableOIDC()
func GetRandomString ¶
GetRandomString generates a random base64 string
func InitRandomPool ¶
func InitRandomPool() error
func NewAccount ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.