Documentation ¶
Overview ¶
Package oauth contains types and utilities related to OAuth2.
Package oauth implements OAuth/OIDC support for device and token flows
Index ¶
Constants ¶
View Source
const ( // InteractiveSuccessHTML (deprecated) is the page displayed upon success when using a web browser during an interactive Oauth token flow. InteractiveSuccessHTML = `` /* 9079-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
func GetInteractiveSuccessHTML ¶
GetInteractiveSuccessHTML is the page displayed upon success when using a web browser during an interactive Oauth token flow. The page will close automatically if autoclose is true with the timeout specified.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.