Skip to content

/AWS1/CL_AMBGETBACKENDAUTHRSP

GetBackendAuthResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_APPID TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING

The app ID.

IV_BACKENDENVIRONMENTNAME TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING

The name of the backend environment.

IV_ERROR TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING

If the request fails, this error is returned.

IO_RESOURCECONFIG TYPE REF TO /AWS1/CL_AMBCREBACKENDAUTHRE00 /AWS1/CL_AMBCREBACKENDAUTHRE00

The resource configuration for authorization requests to the backend of your Amplify project.

IV_RESOURCENAME TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING

The name of this resource.


Queryable Attributes

AppId

The app ID.

Accessible with the following methods

Method Description
GET_APPID() Getter for APPID, with configurable default
ASK_APPID() Getter for APPID w/ exceptions if field has no value
HAS_APPID() Determine if APPID has a value

BackendEnvironmentName

The name of the backend environment.

Accessible with the following methods

Method Description
GET_BACKENDENVIRONMENTNAME() Getter for BACKENDENVIRONMENTNAME, with configurable default
ASK_BACKENDENVIRONMENTNAME() Getter for BACKENDENVIRONMENTNAME w/ exceptions if field has
HAS_BACKENDENVIRONMENTNAME() Determine if BACKENDENVIRONMENTNAME has a value

Error

If the request fails, this error is returned.

Accessible with the following methods

Method Description
GET_ERROR() Getter for ERROR, with configurable default
ASK_ERROR() Getter for ERROR w/ exceptions if field has no value
HAS_ERROR() Determine if ERROR has a value

ResourceConfig

The resource configuration for authorization requests to the backend of your Amplify project.

Accessible with the following methods

Method Description
GET_RESOURCECONFIG() Getter for RESOURCECONFIG

ResourceName

The name of this resource.

Accessible with the following methods

Method Description
GET_RESOURCENAME() Getter for RESOURCENAME, with configurable default
ASK_RESOURCENAME() Getter for RESOURCENAME w/ exceptions if field has no value
HAS_RESOURCENAME() Determine if RESOURCENAME has a value