Documentation ¶
Index ¶
- Constants
- type Authn
- func (a *Authn) Create(ctx context.Context, in *authn.Credential, out *authn.CredentialResponse) error
- func (a *Authn) InvalidCredential() error
- func (a *Authn) InvalidCredentialType(credentialType authn.CredentialType) error
- func (a *Authn) Update(ctx context.Context, in *authn.CredentialUpdate, out *authn.CredentialResponse) error
- func (a *Authn) Validate(ctx context.Context, in *authn.Credential, out *authn.CredentialResponse) error
- type Config
Constants ¶
View Source
const AUTHN_COLLECTION_CREDENTIALS = "credentials"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authn ¶
type Authn struct { *Config // contains filtered or unexported fields }
func (*Authn) Create ¶
func (a *Authn) Create(ctx context.Context, in *authn.Credential, out *authn.CredentialResponse) error
func (*Authn) InvalidCredential ¶
func (*Authn) InvalidCredentialType ¶
func (a *Authn) InvalidCredentialType(credentialType authn.CredentialType) error
func (*Authn) Update ¶
func (a *Authn) Update(ctx context.Context, in *authn.CredentialUpdate, out *authn.CredentialResponse) error
func (*Authn) Validate ¶
func (a *Authn) Validate(ctx context.Context, in *authn.Credential, out *authn.CredentialResponse) error
Click to show internal directories.
Click to hide internal directories.