Expand description
Basic credential identity provider.
Structsยง
- Basic
Credential - Bare assertion of an identity without any additional information.
- Basic
Identity Provider - An always-valid identity provider that works with
BasicCredential
. - Basic
Identity Provider Error - Error returned in the event that a non-basic
credential is passed to a
BasicIdentityProvider
.