Skip to content

/AWS1/CL_DZNGLUEOAUTH2CREDS

The GlueOAuth2 credentials of a connection.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_usermanagedcliapplicati01 TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The user managed client application client secret of the connection.

iv_accesstoken TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The access token of a connection.

iv_refreshtoken TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The refresh token of the connection.

iv_jwttoken TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING

The jwt token of the connection.


Queryable Attributes

userManagedClientApplicationClientSecret

The user managed client application client secret of the connection.

Accessible with the following methods

Method Description
GET_USERMANAGEDCLIAPPLICAT01() Getter for USERMANAGEDCLIAPPLICATIONC01, with configurable d
ASK_USERMANAGEDCLIAPPLICAT01() Getter for USERMANAGEDCLIAPPLICATIONC01 w/ exceptions if fie
HAS_USERMANAGEDCLIAPPLICAT01() Determine if USERMANAGEDCLIAPPLICATIONC01 has a value

accessToken

The access token of a connection.

Accessible with the following methods

Method Description
GET_ACCESSTOKEN() Getter for ACCESSTOKEN, with configurable default
ASK_ACCESSTOKEN() Getter for ACCESSTOKEN w/ exceptions if field has no value
HAS_ACCESSTOKEN() Determine if ACCESSTOKEN has a value

refreshToken

The refresh token of the connection.

Accessible with the following methods

Method Description
GET_REFRESHTOKEN() Getter for REFRESHTOKEN, with configurable default
ASK_REFRESHTOKEN() Getter for REFRESHTOKEN w/ exceptions if field has no value
HAS_REFRESHTOKEN() Determine if REFRESHTOKEN has a value

jwtToken

The jwt token of the connection.

Accessible with the following methods

Method Description
GET_JWTTOKEN() Getter for JWTTOKEN, with configurable default
ASK_JWTTOKEN() Getter for JWTTOKEN w/ exceptions if field has no value
HAS_JWTTOKEN() Determine if JWTTOKEN has a value