Documentation ¶
Index ¶
- Constants
- type ADFS
- func (p ADFS) GetAuthorizationURL(ctx context.Context, deps oauthrelyingparty.Dependencies, ...) (string, error)
- func (ADFS) GetJSONSchema() map[string]interface{}
- func (p ADFS) GetUserProfile(ctx context.Context, deps oauthrelyingparty.Dependencies, ...) (authInfo oauthrelyingparty.UserProfile, err error)
- func (ADFS) ProviderID(cfg oauthrelyingparty.ProviderConfig) oauthrelyingparty.ProviderID
- func (ADFS) SetDefaults(cfg oauthrelyingparty.ProviderConfig)
- type ProviderConfig
Constants ¶
View Source
const Type = liboauthrelyingparty.TypeADFS
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ADFS ¶
type ADFS struct{}
func (ADFS) GetAuthorizationURL ¶
func (p ADFS) GetAuthorizationURL(ctx context.Context, deps oauthrelyingparty.Dependencies, param oauthrelyingparty.GetAuthorizationURLOptions) (string, error)
func (ADFS) GetJSONSchema ¶
func (ADFS) GetUserProfile ¶
func (p ADFS) GetUserProfile(ctx context.Context, deps oauthrelyingparty.Dependencies, param oauthrelyingparty.GetUserProfileOptions) (authInfo oauthrelyingparty.UserProfile, err error)
func (ADFS) ProviderID ¶
func (ADFS) ProviderID(cfg oauthrelyingparty.ProviderConfig) oauthrelyingparty.ProviderID
func (ADFS) SetDefaults ¶
func (ADFS) SetDefaults(cfg oauthrelyingparty.ProviderConfig)
type ProviderConfig ¶
type ProviderConfig oauthrelyingparty.ProviderConfig
func (ProviderConfig) DiscoveryDocumentEndpoint ¶
func (c ProviderConfig) DiscoveryDocumentEndpoint() string
Click to show internal directories.
Click to hide internal directories.