Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NativeRealm ¶
type NativeRealm struct {
// contains filtered or unexported fields
}
func NewNativeRealm ¶
func NewNativeRealm(apiKeyRepo datastore.APIKeyRepository) *NativeRealm
func (*NativeRealm) Authenticate ¶
func (n *NativeRealm) Authenticate(ctx context.Context, cred *auth.Credential) (*auth.AuthenticatedUser, error)
func (*NativeRealm) GetName ¶
func (n *NativeRealm) GetName() string
Click to show internal directories.
Click to hide internal directories.