\abdulmueid\mpesa\interfacesConfigInterface

Interface ConfigInterface

Summary

Methods
Constants
getPublicKey()
getApiKey()
getOrigin()
getServiceProviderCode()
getInitiatorIdentifier()
getSecurityCredential()
getBearerToken()
getApiHost()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getPublicKey()

getPublicKey() : string

Returns the Public Key

Returns

string

getApiKey()

getApiKey() : string

Returns the API Key

Returns

string

getOrigin()

getOrigin() : string

Returns the Origin Header

Returns

string

getServiceProviderCode()

getServiceProviderCode() : string

Returns the Service Provider Code

Returns

string

getInitiatorIdentifier()

getInitiatorIdentifier() : string

Returns the Initiator Identifier

Returns

string

getSecurityCredential()

getSecurityCredential() : string

Returns the Security Credential

Returns

string

getBearerToken()

getBearerToken() : string

Encrypts the API key with public key and returns a usable Bearer Token

Returns

string

getApiHost()

getApiHost() : string

Returns API Hostname

Returns

string