package
0.0.0-20240425115124-ffd17e6203a9
Repository: https://github.com/djedjethai/go-oauth2-openid.git
Documentation: pkg.go.dev

# Functions

DefaultValidateURI validates that redirectURI is contained in baseURI.
No description provided by the author
NewCodeDuration set the tokens duration configs.
NewDefaultManager create to default authorization management instance.
NewManager create to authorization management instance.
No description provided by the author

# Variables

DefaultAuthorizeCodeAPIServerTokenCfg = &Config{AccessTokenExp: time.Hour * 24 * 15, RefreshTokenExp: time.Hour * 24 * 180, IsGenerateRefresh: true}.
DefaultAuthorizeCodeTokenCfg = &Config{AccessTokenExp: time.Hour * 2, RefreshTokenExp: time.Hour * 24 * 15, IsGenerateRefresh: true}.
default configs.
default configs.
default configs.
default configs.
default configs.

# Structs

Config authorization configuration parameters.
Manager provide authorization management.
ManagerConfig manage the configs for the manager.
RefreshingConfig refreshing token config.

# Type aliases

No description provided by the author