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";
} = ...

Keys in the hashParams sent by AAD Server

Type declaration

  • Readonly ACCESS_TOKEN: "access_token"
  • Readonly CCS_HEADER: "X-AnchorMailbox"
  • Readonly CLAIMS: "claims"
  • Readonly CLIENT_ASSERTION: "client_assertion"
  • Readonly CLIENT_ASSERTION_TYPE: "client_assertion_type"
  • Readonly CLIENT_ID: "client_id"
  • Readonly CLIENT_INFO: "client_info"
  • Readonly CLIENT_REQUEST_ID: "client-request-id"
  • Readonly CLIENT_SECRET: "client_secret"
  • Readonly CODE: "code"
  • Readonly CODE_CHALLENGE: "code_challenge"
  • Readonly CODE_CHALLENGE_METHOD: "code_challenge_method"
  • Readonly CODE_VERIFIER: "code_verifier"
  • Readonly DEVICE_CODE: "device_code"
  • Readonly ERROR: "error"
  • Readonly ERROR_DESCRIPTION: "error_description"
  • Readonly EXPIRES_IN: "expires_in"
  • Readonly FOCI: "foci"
  • Readonly GRANT_TYPE: "grant_type"
  • Readonly ID_TOKEN: "id_token"
  • Readonly ID_TOKEN_HINT: "id_token_hint"
  • Readonly LOGOUT_HINT: "logout_hint"
  • Readonly NATIVE_BROKER: "nativebroker"
  • Readonly NONCE: "nonce"
  • Readonly OBO_ASSERTION: "assertion"
  • Readonly ON_BEHALF_OF: "on_behalf_of"
  • Readonly POST_LOGOUT_URI: "post_logout_redirect_uri"
  • Readonly PROMPT: "prompt"
  • Readonly REDIRECT_URI: "redirect_uri"
  • Readonly REFRESH_TOKEN: "refresh_token"
  • Readonly REQUESTED_TOKEN_USE: "requested_token_use"
  • Readonly REQ_CNF: "req_cnf"
  • Readonly RESPONSE_MODE: "response_mode"
  • Readonly RESPONSE_TYPE: "response_type"
  • Readonly RETURN_SPA_CODE: "return_spa_code"
  • Readonly SCOPE: "scope"
  • Readonly SESSION_STATE: "session_state"
  • Readonly STATE: "state"
  • Readonly TOKEN_TYPE: "token_type"
  • Readonly X_APP_NAME: "x-app-name"
  • Readonly X_APP_VER: "x-app-ver"
  • Readonly X_CLIENT_CPU: "x-client-CPU"
  • Readonly X_CLIENT_CURR_TELEM: "x-client-current-telemetry"
  • Readonly X_CLIENT_LAST_TELEM: "x-client-last-telemetry"
  • Readonly X_CLIENT_OS: "x-client-OS"
  • Readonly X_CLIENT_SKU: "x-client-SKU"
  • Readonly X_CLIENT_VER: "x-client-VER"
  • Readonly X_MS_LIB_CAPABILITY: "x-ms-lib-capability"

Generated using TypeDoc