Skip to content

/AWS1/CL_AMBBACKENDAUTHSOCIA00

Describes third-party social federation configurations for allowing your app users to sign in using OAuth.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_CLIENTID TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING

Describes the client_id, which can be obtained from the third-party social federation provider.

IV_CLIENTSECRET TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING

Describes the client_secret, which can be obtained from third-party social federation providers.


Queryable Attributes

ClientId

Describes the client_id, which can be obtained from the third-party social federation provider.

Accessible with the following methods

Method Description
GET_CLIENTID() Getter for CLIENTID, with configurable default
ASK_CLIENTID() Getter for CLIENTID w/ exceptions if field has no value
HAS_CLIENTID() Determine if CLIENTID has a value

ClientSecret

Describes the client_secret, which can be obtained from third-party social federation providers.

Accessible with the following methods

Method Description
GET_CLIENTSECRET() Getter for CLIENTSECRET, with configurable default
ASK_CLIENTSECRET() Getter for CLIENTSECRET w/ exceptions if field has no value
HAS_CLIENTSECRET() Determine if CLIENTSECRET has a value