globalContext provide nodejs global context. Sometimes you need to directly pass global when init A8ServerConnect.
networkType to determine whether the testnet cluster or mainnet cluster is in use.
withCredential to import bearer jwt auth token to the storage.
withCookieCredential to import cookie jwt auth token to the storage.
Bearer credential is different from cookie credential.
withOAuthCredential to import oauth credential to the storage.
Generated using TypeDoc
A8ServerConnect init options.