Documentation
¶
Index ¶
- func AdminClient() *client.APIClient
- func CreateBrowserLoginFlowExecute(w http.ResponseWriter, r *http.Request) (*client.UiContainer, error)
- func CreateBrowserLogoutFlowExecute(w http.ResponseWriter, r *http.Request) (*string, error)
- func CreateBrowserRecoveryFlowExecute(w http.ResponseWriter, r *http.Request) (*client.UiContainer, error)
- func CreateBrowserRegistrationFlowExecute(w http.ResponseWriter, r *http.Request) (*client.UiContainer, error)
- func CreateBrowserSettingsFlowExecute(w http.ResponseWriter, r *http.Request) (*client.UiContainer, error)
- func CreateBrowserVerificationFlowExecute(w http.ResponseWriter, r *http.Request) (*client.UiContainer, error)
- func GetBrowserLoginFlowExecute(w http.ResponseWriter, r *http.Request, id string) (*client.UiContainer, error)
- func GetBrowserRecoveryFlowExecute(w http.ResponseWriter, r *http.Request, id string) (*client.UiContainer, error)
- func GetBrowserRegistrationFlowExecute(w http.ResponseWriter, r *http.Request, id string) (*client.UiContainer, error)
- func GetBrowserSettingsFlowExecute(w http.ResponseWriter, r *http.Request, id string) (*client.UiContainer, error)
- func GetBrowserVerificationFlowExecute(w http.ResponseWriter, r *http.Request, id string) (*client.UiContainer, error)
- func GetGroups(c client.UiContainer) []string
- func GetSession(w http.ResponseWriter, r *http.Request) (*client.Session, *http.Response, error)
- func InitAdminClient(url url.URL) *client.APIClient
- func InitPublicClient(url url.URL) *client.APIClient
- func PublicClient() *client.APIClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AdminClient ¶
func AdminClient() *client.APIClient
func CreateBrowserLoginFlowExecute ¶
func CreateBrowserLoginFlowExecute(w http.ResponseWriter, r *http.Request) (*client.UiContainer, error)
func CreateBrowserRecoveryFlowExecute ¶
func CreateBrowserRecoveryFlowExecute(w http.ResponseWriter, r *http.Request) (*client.UiContainer, error)
func CreateBrowserRegistrationFlowExecute ¶
func CreateBrowserRegistrationFlowExecute(w http.ResponseWriter, r *http.Request) (*client.UiContainer, error)
func CreateBrowserSettingsFlowExecute ¶
func CreateBrowserSettingsFlowExecute(w http.ResponseWriter, r *http.Request) (*client.UiContainer, error)
func CreateBrowserVerificationFlowExecute ¶
func CreateBrowserVerificationFlowExecute(w http.ResponseWriter, r *http.Request) (*client.UiContainer, error)
func GetSession ¶ added in v1.2.1
func InitAdminClient ¶
func InitPublicClient ¶
func PublicClient ¶
func PublicClient() *client.APIClient
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.