Interface IOAuth
- Namespace
- SunamoUnderscore
- Assembly
- SunamoUnderscore.dll
Common OAuth configuration interface shared by Comgate and GoPay payment gateways.
public interface IOAuth
- Extension Methods
Properties
ApiUri
Gets the API base URI for the payment gateway.
string ApiUri { get; }
Property Value
ClientSecret
Gets the client secret for authentication.
string ClientSecret { get; }
Property Value
MerchantId
Gets the merchant identifier (equivalent to clientID in GoPay).
string MerchantId { get; }