package
3.10.0-alpha.0+incompatible
Repository: https://github.com/nalind/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
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
UserIdentityInfo contains information about an identity.
UserIdentityMapper maps UserIdentities into user.Info objects to allow different user abstractions within auth code.