# README
OAuth2 Device Authorization Flow go module
This go module is a helper to implement OAuth2 Device authentication in command line interfaces (or any other input constrained device).
This is the authorization flow the AWS cli uses for SSO.
Providers
The module has two providers, Auth0 and Okta, and a third which is yet to be implemented.
Auth0
This provider is fully functional. Setup instructions.
Okta
This provider is fully functional. Setup instructions.
To be implemented. Setup instructions.
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Variables
No description provided by the author
ErrAccessDenied is returned when the user denies the app access to their account.
No description provided by the author
No description provided by the author
# Structs
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
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
No description provided by the author
No description provided by the author