# Functions
BindAuthServerProperties create and bind AuthServerProperties, with a optional prefix.
ConfigureAuthorizationServer is the Configuration entry point.
NewAuthServerProperties create a SessionProperties with default values.
goland:noinspection GoExportedFuncWithUnexportedType.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
goland:noinspection GoNameStartsWithPackageName.
# Structs
AuthorizeEndpointConfigurer implements security.Configurer and order.Ordered responsible to configure "authorize" endpoint.
goland:noinspection GoNameStartsWithPackageName.
ClientAuthEndpointsConfigurer implements security.Configurer and order.Ordered responsible to configure misc using client auth.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LogoutEndpointConfigurer implements security.Configurer and order.Ordered responsible to configure "logout" endpoint.
TokenAuthEndpointsConfigurer implements security.Configurer and order.Ordered responsible to configure misc using token auth.
# Interfaces
IdpLogoutSecurityConfigurer additional interface that IdpSecurityConfigurer could choose to implement for customizing "logout" process Note: IdpLogoutSecurityConfigurer is only invoked once per instance, the given security.WebSecurity are shared
between IDPs.
IdpSecurityConfigurer interface for IDPs to implement for customizing "authorize" process.
# Type aliases
No description provided by the author