This interface defines the methods necessary for the
Storage.resolve(CredentialStorage)
method to set the identity
and private data of a credential.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface CredentialStorage
The DOFAuthenticatorCredentialStorage type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | getIdentity | Return the identity that the credentials apply to. |
![]() | getStorageKey | Return the storage key associated with this credential. |
![]() | getType | Get the type of credential. |
![]() | setPrivateStorage | Set the private credential storage data into a credential. |
See Also