package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.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
ProviderInfo represents display information for an oauth identity provider.
# Interfaces
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.