Documentation
¶
Index ¶
- func ClientMetaData(ctx *fiber.Ctx) *model.ClientMetaData
- func GetAuthHeaderToken(ctx *fiber.Ctx) (token string)
- func GetGrantType(ctx *fiber.Ctx) (model.GrantType, error)
- func GetGrantTypeStr(ctx *fiber.Ctx) (string, error)
- func GetOIDCFlow(ctx *fiber.Ctx) model.OIDCFlow
- func GetOIDCFlowStr(ctx *fiber.Ctx) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientMetaData ¶
func ClientMetaData(ctx *fiber.Ctx) *model.ClientMetaData
ClientMetaData returns the model.ClientMetaData for a given fiber.Ctx
func GetAuthHeaderToken ¶
GetAuthHeaderToken returns the Bearer token from the http authorization header
func GetGrantType ¶
GetGrantType returns the model.GrantType for a fiber.Ctx by checking the query as well as the request body (json)
func GetGrantTypeStr ¶
GetGrantTypeStr returns the grant type string for a fiber.Ctx by checking the query as well as the request body (json)
func GetOIDCFlow ¶
GetOIDCFlow returns the model.OIDCFlow for a fiber.Ctx by checking the query as well as the request body (json)
func GetOIDCFlowStr ¶
GetOIDCFlowStr returns the oidc flow string for a fiber.Ctx by checking the query as well as the request body (json)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.