Documentation ¶
Index ¶
- func CodeExchange(rlog log.Ext1FieldLogger, oState *state.State, code string, ...) (*model.Response, string)
- func GetAuthorizationURL(rlog log.Ext1FieldLogger, tx *sqlx.Tx, provider model.Provider, ...) (string, error)
- func StartAuthCodeFlow(ctx *fiber.Ctx, req *response.AuthCodeFlowRequest) *model.Response
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CodeExchange ¶
func CodeExchange( rlog log.Ext1FieldLogger, oState *state.State, code string, networkData api.ClientMetaData, ) (*model.Response, string)
CodeExchange performs an OIDC code exchange, creates the mytoken, and stores it in the database.
func GetAuthorizationURL ¶ added in v0.2.0
func GetAuthorizationURL( rlog log.Ext1FieldLogger, tx *sqlx.Tx, provider model.Provider, oState *state.State, restrictions restrictions.Restrictions, ) (string, error)
GetAuthorizationURL creates an authorization url
func StartAuthCodeFlow ¶
func StartAuthCodeFlow(ctx *fiber.Ctx, req *response.AuthCodeFlowRequest) *model.Response
StartAuthCodeFlow starts an authorization code flow
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.