Documentation ¶
Index ¶
- Variables
- type Endpoints
- func (e *Endpoints) AuthorizeEndpointURL() *url.URL
- func (e *Endpoints) ConsentEndpointURL() *url.URL
- func (e *Endpoints) EndSessionEndpointURL() *url.URL
- func (e *Endpoints) ErrorEndpointURL() *url.URL
- func (e *Endpoints) JWKSEndpointURL() *url.URL
- func (e *Endpoints) LoginEndpointURL() *url.URL
- func (e *Endpoints) LoginLinkVerificationEndpointURL() *url.URL
- func (e *Endpoints) LogoutEndpointURL() *url.URL
- func (e *Endpoints) LogoutURL(redirectURI *url.URL) *url.URL
- func (e *Endpoints) OAuthEntrypointURL() *url.URL
- func (e *Endpoints) Origin() *url.URL
- func (e *Endpoints) PromoteUserEndpointURL() *url.URL
- func (e *Endpoints) ResetPasswordEndpointURL() *url.URL
- func (e *Endpoints) RevokeEndpointURL() *url.URL
- func (e *Endpoints) SAMLLoginFinishURL() *url.URL
- func (e *Endpoints) SAMLLoginURL(serviceProviderId string) *url.URL
- func (e *Endpoints) SAMLLogoutURL(serviceProviderId string) *url.URL
- func (e *Endpoints) SSOCallbackEndpointURL() *url.URL
- func (e *Endpoints) SSOCallbackURL(alias string) *url.URL
- func (e *Endpoints) SelectAccountEndpointURL() *url.URL
- func (e *Endpoints) SettingsChangePasswordURL() *url.URL
- func (e *Endpoints) SettingsDeleteAccountURL() *url.URL
- func (e *Endpoints) SettingsEndpointURL() *url.URL
- func (e *Endpoints) SettingsURL() *url.URL
- func (e *Endpoints) SignupEndpointURL() *url.URL
- func (e *Endpoints) TesterURL() *url.URL
- func (e *Endpoints) TokenEndpointURL() *url.URL
- func (e *Endpoints) UserInfoEndpointURL() *url.URL
- func (e *Endpoints) VerifyBotProtectionEndpointURL() *url.URL
- func (e *Endpoints) WeChatAuthorizeEndpointURL() *url.URL
- func (e *Endpoints) WeChatAuthorizeURL(alias string) *url.URL
- func (e *Endpoints) WeChatCallbackEndpointURL() *url.URL
- type EndpointsUIImplementationService
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Endpoints ¶
type Endpoints struct { HTTPHost httputil.HTTPHost HTTPProto httputil.HTTPProto UIImplementationService EndpointsUIImplementationService }
func (*Endpoints) AuthorizeEndpointURL ¶
func (*Endpoints) ConsentEndpointURL ¶
func (*Endpoints) EndSessionEndpointURL ¶
func (*Endpoints) ErrorEndpointURL ¶
func (*Endpoints) JWKSEndpointURL ¶
func (*Endpoints) LoginEndpointURL ¶
func (*Endpoints) LoginLinkVerificationEndpointURL ¶
func (*Endpoints) LogoutEndpointURL ¶
func (*Endpoints) OAuthEntrypointURL ¶
func (*Endpoints) PromoteUserEndpointURL ¶
func (*Endpoints) ResetPasswordEndpointURL ¶
func (*Endpoints) RevokeEndpointURL ¶
func (*Endpoints) SAMLLoginFinishURL ¶
func (*Endpoints) SAMLLoginURL ¶
func (*Endpoints) SAMLLogoutURL ¶
func (*Endpoints) SSOCallbackEndpointURL ¶
func (*Endpoints) SelectAccountEndpointURL ¶
func (*Endpoints) SettingsChangePasswordURL ¶
func (*Endpoints) SettingsDeleteAccountURL ¶
func (*Endpoints) SettingsEndpointURL ¶
func (*Endpoints) SettingsURL ¶
func (*Endpoints) SignupEndpointURL ¶
func (*Endpoints) TokenEndpointURL ¶
func (*Endpoints) UserInfoEndpointURL ¶
func (*Endpoints) VerifyBotProtectionEndpointURL ¶
func (*Endpoints) WeChatAuthorizeEndpointURL ¶
func (*Endpoints) WeChatAuthorizeURL ¶
func (*Endpoints) WeChatCallbackEndpointURL ¶
type EndpointsUIImplementationService ¶
type EndpointsUIImplementationService interface {
GetUIImplementation() config.UIImplementation
}
Click to show internal directories.
Click to hide internal directories.