Interface IOnlineEftposCredentialProvider
Interface for a component that can provide credentials submitted to the Online Eftpos API in order to obtain a token.
Inherited Members
System.IDisposable.Dispose()
Namespace: Yort.OnlineEftpos
Assembly: cs.temp.dll.dll
Syntax
public interface IOnlineEftposCredentialProvider : IDisposable
Remarks
Application code can implement this interface to load credentials from appropriate storage and manage their lifetime in memory.
Methods
Name | Description |
---|---|
GetCredentials() | Returns an OnlineEftposCredentials instance containing the credentials required to acquire a token. |