Documentation ¶
Index ¶
- func GetAuthorizeGoogleUrl(params *model.Params) (string, error)
- func GetAuthorizeMicrosoftUrl(params *model.Params) (string, error)
- func HandleGoogleCallback(request *http.Request) (*model.Params, error)
- func HandleMicrosoftCallback(request *http.Request) (*model.Params, error)
- func Init(cfg *utils.Config)
- func InitGoogle(cfg *utils.Config)
- func InitMicrosoft(cfg *utils.Config)
- type JSONWebKeys
- type Jwks
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleMicrosoftCallback ¶
func InitGoogle ¶
func InitMicrosoft ¶
Types ¶
type JSONWebKeys ¶
type Jwks ¶
type Jwks struct {
Keys []JSONWebKeys `json:"keys"`
}
Click to show internal directories.
Click to hide internal directories.