Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthResult ¶
type LoginServer ¶
type LoginServer struct {
// contains filtered or unexported fields
}
func NewLoginServer ¶
func NewLoginServer(auth0Conf auth_api.Auth0Config) LoginServer
func (*LoginServer) GetAuthResultChannel ¶
func (l *LoginServer) GetAuthResultChannel() <-chan *AuthResult
func (*LoginServer) GetLoginUrl ¶
func (l *LoginServer) GetLoginUrl(forceRelogin bool) string
func (*LoginServer) Start ¶
func (l *LoginServer) Start()
Click to show internal directories.
Click to hide internal directories.