@sap-ux/store
Version:
NPM module for storing persistent data
17 lines • 566 B
JavaScript
export const SystemType = {
AbapCloud: 'AbapCloud',
AbapOnPrem: 'OnPrem',
Generic: 'Generic'
};
export const AuthenticationType = {
Basic: 'basic',
ReentranceTicket: 'reentranceTicket',
OAuth2RefreshToken: 'oauth2',
OAuth2ClientCredential: 'oauth2ClientCredential'
};
export const ConnectionType = {
AbapCatalog: 'abap_catalog', // connects to an abap catalog
GenericHost: 'generic_host', // a generic host e.g could be a partial url
ODataService: 'odata_service' // full odata service url
};
//# sourceMappingURL=types.js.map