Documentation
¶
Overview ¶
Package cognito provides support for AWS Cognito
Index ¶
Constants ¶
View Source
const Name = "cognito"
Name identifies the Cognito identity provider
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
Provider is an Cognito implementation of the Authenticator interface.
func (*Provider) SignOut ¶ added in v0.25.0
func (p *Provider) SignOut(w http.ResponseWriter, r *http.Request, _, authenticateSignedOutURL, returnToURL string) error
SignOut implements sign out according to https://docs.aws.amazon.com/cognito/latest/developerguide/logout-endpoint.html.
Click to show internal directories.
Click to hide internal directories.