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