Variable ClientSessionTransferAllowedAuthenticationMethodsEnumConst

ClientSessionTransferAllowedAuthenticationMethodsEnum: {
    cookie: "cookie";
    query: "query";
} = ...

Type declaration

  • Readonly cookie: "cookie"
  • Readonly query: "query"