/AWS1/CL_CGPASSCSOFTWARETOKRSP¶
AssociateSoftwareTokenResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_secretcode TYPE /AWS1/CGPSECRETCODETYPE /AWS1/CGPSECRETCODETYPE¶
A unique generated shared secret code that is used by the TOTP algorithm to generate a one-time code.
iv_session TYPE /AWS1/CGPSESSIONTYPE /AWS1/CGPSESSIONTYPE¶
The session identifier that maintains the state of authentication requests and challenge responses.
Queryable Attributes¶
SecretCode¶
A unique generated shared secret code that is used by the TOTP algorithm to generate a one-time code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECRETCODE() |
Getter for SECRETCODE, with configurable default |
ASK_SECRETCODE() |
Getter for SECRETCODE w/ exceptions if field has no value |
HAS_SECRETCODE() |
Determine if SECRETCODE has a value |
Session¶
The session identifier that maintains the state of authentication requests and challenge responses.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSION() |
Getter for SESSION, with configurable default |
ASK_SESSION() |
Getter for SESSION w/ exceptions if field has no value |
HAS_SESSION() |
Determine if SESSION has a value |