flywave-vectortile-datasource.authenticationcodeprovider
Home > @flywave/flywave-vectortile-datasource > AuthenticationCodeProvider
AuthenticationCodeProvider type
Authentication token/code provider used by [[OmvRestClient]] before each call to currently valid authentication code/token.
Signature:
export type AuthenticationCodeProvider = () => Promise<string>;