Variable AADServerParamKeysConst 
 
AADServerParamKeys: { 
    ACCESS_TOKEN: "access_token"; 
    CCS_HEADER: "X-AnchorMailbox"; 
    CLAIMS: "claims"; 
    CLIENT_ASSERTION: "client_assertion"; 
    CLIENT_ASSERTION_TYPE: "client_assertion_type"; 
    CLIENT_ID: "client_id"; 
    CLIENT_INFO: "client_info"; 
    CLIENT_REQUEST_ID: "client-request-id"; 
    CLIENT_SECRET: "client_secret"; 
    CODE: "code"; 
    CODE_CHALLENGE: "code_challenge"; 
    CODE_CHALLENGE_METHOD: "code_challenge_method"; 
    CODE_VERIFIER: "code_verifier"; 
    DEVICE_CODE: "device_code"; 
    ERROR: "error"; 
    ERROR_DESCRIPTION: "error_description"; 
    EXPIRES_IN: "expires_in"; 
    FOCI: "foci"; 
    GRANT_TYPE: "grant_type"; 
    ID_TOKEN: "id_token"; 
    ID_TOKEN_HINT: "id_token_hint"; 
    LOGOUT_HINT: "logout_hint"; 
    NATIVE_BROKER: "nativebroker"; 
    NONCE: "nonce"; 
    OBO_ASSERTION: "assertion"; 
    ON_BEHALF_OF: "on_behalf_of"; 
    POST_LOGOUT_URI: "post_logout_redirect_uri"; 
    PROMPT: "prompt"; 
    REDIRECT_URI: "redirect_uri"; 
    REFRESH_TOKEN: "refresh_token"; 
    REQUESTED_TOKEN_USE: "requested_token_use"; 
    REQ_CNF: "req_cnf"; 
    RESPONSE_MODE: "response_mode"; 
    RESPONSE_TYPE: "response_type"; 
    RETURN_SPA_CODE: "return_spa_code"; 
    SCOPE: "scope"; 
    SESSION_STATE: "session_state"; 
    STATE: "state"; 
    TOKEN_TYPE: "token_type"; 
    X_APP_NAME: "x-app-name"; 
    X_APP_VER: "x-app-ver"; 
    X_CLIENT_CPU: "x-client-CPU"; 
    X_CLIENT_CURR_TELEM: "x-client-current-telemetry"; 
    X_CLIENT_LAST_TELEM: "x-client-last-telemetry"; 
    X_CLIENT_OS: "x-client-OS"; 
    X_CLIENT_SKU: "x-client-SKU"; 
    X_CLIENT_VER: "x-client-VER"; 
    X_MS_LIB_CAPABILITY: "x-ms-lib-capability"; 
} = ...
Type declaration
- 
ReadonlyACCESS_TOKEN: "access_token"
- 
ReadonlyCCS_HEADER: "X-AnchorMailbox"
- 
ReadonlyCLAIMS: "claims"
- 
ReadonlyCLIENT_ASSERTION: "client_assertion"
- 
ReadonlyCLIENT_ASSERTION_TYPE: "client_assertion_type"
- 
ReadonlyCLIENT_ID: "client_id"
- 
ReadonlyCLIENT_INFO: "client_info"
- 
ReadonlyCLIENT_REQUEST_ID: "client-request-id"
- 
ReadonlyCLIENT_SECRET: "client_secret"
- 
ReadonlyCODE: "code"
- 
ReadonlyCODE_CHALLENGE: "code_challenge"
- 
ReadonlyCODE_CHALLENGE_METHOD: "code_challenge_method"
- 
ReadonlyCODE_VERIFIER: "code_verifier"
- 
ReadonlyDEVICE_CODE: "device_code"
- 
ReadonlyERROR: "error"
- 
ReadonlyERROR_DESCRIPTION: "error_description"
- 
ReadonlyEXPIRES_IN: "expires_in"
- 
ReadonlyFOCI: "foci"
- 
ReadonlyGRANT_TYPE: "grant_type"
- 
ReadonlyID_TOKEN: "id_token"
- 
ReadonlyID_TOKEN_HINT: "id_token_hint"
- 
ReadonlyLOGOUT_HINT: "logout_hint"
- 
ReadonlyNATIVE_BROKER: "nativebroker"
- 
ReadonlyNONCE: "nonce"
- 
ReadonlyOBO_ASSERTION: "assertion"
- 
ReadonlyON_BEHALF_OF: "on_behalf_of"
- 
ReadonlyPOST_LOGOUT_URI: "post_logout_redirect_uri"
- 
ReadonlyPROMPT: "prompt"
- 
ReadonlyREDIRECT_URI: "redirect_uri"
- 
ReadonlyREFRESH_TOKEN: "refresh_token"
- 
ReadonlyREQUESTED_TOKEN_USE: "requested_token_use"
- 
ReadonlyREQ_CNF: "req_cnf"
- 
ReadonlyRESPONSE_MODE: "response_mode"
- 
ReadonlyRESPONSE_TYPE: "response_type"
- 
ReadonlyRETURN_SPA_CODE: "return_spa_code"
- 
ReadonlySCOPE: "scope"
- 
ReadonlySESSION_STATE: "session_state"
- 
ReadonlySTATE: "state"
- 
ReadonlyTOKEN_TYPE: "token_type"
- 
ReadonlyX_APP_NAME: "x-app-name"
- 
ReadonlyX_APP_VER: "x-app-ver"
- 
ReadonlyX_CLIENT_CPU: "x-client-CPU"
- 
ReadonlyX_CLIENT_CURR_TELEM: "x-client-current-telemetry"
- 
ReadonlyX_CLIENT_LAST_TELEM: "x-client-last-telemetry"
- 
ReadonlyX_CLIENT_OS: "x-client-OS"
- 
ReadonlyX_CLIENT_SKU: "x-client-SKU"
- 
ReadonlyX_CLIENT_VER: "x-client-VER"
- 
ReadonlyX_MS_LIB_CAPABILITY: "x-ms-lib-capability"
 
 
Keys in the hashParams sent by AAD Server