Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProtocolAuthenticator ¶
type ProtocolAuthenticator struct {
// contains filtered or unexported fields
}
ProtocolAuthenticator allows a websocket connection to provide a bearer token as a subprotocol in the format "base64url.bearer.authorization.<base64url-without-padding(bearer-token)>"
func NewProtocolAuthenticator ¶
func NewProtocolAuthenticator(auth authenticator.Token) *ProtocolAuthenticator
func (*ProtocolAuthenticator) AuthenticateRequest ¶
func (a *ProtocolAuthenticator) AuthenticateRequest(req *http.Request) (*authenticator.Response, bool, error)
Click to show internal directories.
Click to hide internal directories.