package
4.1.0+incompatible
Repository: https://github.com/kpanduga/testorigin.git
Documentation: pkg.go.dev
# Functions
NewDefaultUserIdentityInfo returns a DefaultUserIdentityInfo with a non-nil Extra component.
# Constants
IdentityDisplayNameKey is the key for an optional display name in an identity's Extra map.
IdentityEmailKey is the key for an optional email address in an identity's Extra map.
IdentityPreferredUsernameKey is the key for an optional preferred username in an identity's Extra map.
# Structs
No description provided by the author
No description provided by the author
ProviderInfo represents display information for an oauth identity provider.
# Interfaces
No description provided by the author
OAuthClientGetter exposes a way to get a specific client.
UserIdentityInfo contains information about an identity.
UserIdentityMapper maps UserIdentities into user.Info objects to allow different user abstractions within auth code.