package
0.9.2
Repository: https://github.com/oidc-mytoken/server.git
Documentation: pkg.go.dev

# Functions

ClientMetaData returns the model.ClientMetaData for a given fiber.Ctx.
GetAuthHeaderToken returns the Bearer token from the http authorization header.
GetGrantType returns the model.GrantType for a fiber.Ctx by checking the query as well as the request body (json).
GetGrantTypeStr returns the grant type string for a fiber.Ctx by checking the query as well as the request body (json).
GetID returns the id for a fiber.Ctx by checking the url param, query as well as the request body (json).
GetMytoken checks a fiber.Ctx for a mytoken and returns a token object.
GetMytokenStr checks a fiber.Ctx for a mytoken and returns the token string as passed to the request.
GetOIDCFlow returns the model.OIDCFlow for a fiber.Ctx by checking the query as well as the request body (json).
GetOIDCFlowStr returns the oidc flow string for a fiber.Ctx by checking the query as well as the request body (json).