Skip to content

/AWS1/CL_APFAPIKEYCREDENTIALS

The API key credentials required for API key authentication.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_apikey TYPE /AWS1/APFAPIKEY /AWS1/APFAPIKEY

The API key required for API key authentication.

Optional arguments:

iv_apisecretkey TYPE /AWS1/APFAPISECRETKEY /AWS1/APFAPISECRETKEY

The API secret key required for API key authentication.


Queryable Attributes

apiKey

The API key required for API key authentication.

Accessible with the following methods

Method Description
GET_APIKEY() Getter for APIKEY, with configurable default
ASK_APIKEY() Getter for APIKEY w/ exceptions if field has no value
HAS_APIKEY() Determine if APIKEY has a value

apiSecretKey

The API secret key required for API key authentication.

Accessible with the following methods

Method Description
GET_APISECRETKEY() Getter for APISECRETKEY, with configurable default
ASK_APISECRETKEY() Getter for APISECRETKEY w/ exceptions if field has no value
HAS_APISECRETKEY() Determine if APISECRETKEY has a value