/AWS1/CL_SAGHTTPVERIFICATION¶
Represents http route verification details
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_token TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Token used to verify domain ownership
iv_routepath TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Route path where verification token should be placed
Queryable Attributes¶
token¶
Token used to verify domain ownership
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOKEN() |
Getter for TOKEN, with configurable default |
ASK_TOKEN() |
Getter for TOKEN w/ exceptions if field has no value |
HAS_TOKEN() |
Determine if TOKEN has a value |
routePath¶
Route path where verification token should be placed
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROUTEPATH() |
Getter for ROUTEPATH, with configurable default |
ASK_ROUTEPATH() |
Getter for ROUTEPATH w/ exceptions if field has no value |
HAS_ROUTEPATH() |
Determine if ROUTEPATH has a value |