//
pkg.gl
Category
github.com/ibiscum/Hands-On-Software-Engineering-with-Golang
Chapter09
oauthflow
auth
package
0.0.0-20241223090118-035fcd7fed56
Repository:
https://github.com/ibiscum/hands-on-software-engineering-with-golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
1
Files
129 SLOC
#
Functions
NewOAuthFlow
NewOAuthFlow returns a Flow instance that can be used to execute a three-legged OAuth flow using the service provider from the specified configuration option.
#
Structs
Flow
Flow implements the three-legged OAuth authentication flow.
Result
Result represents the result of an OAuth authentication attempt.