AuthConfig: {
auth: Omit<NodeAuthOptions, "azureCloudOptions" | "clientAssertion">;
cache?: CacheOptions;
system?: NodeSystemOptions;
}
Type declaration
-
auth: Omit<NodeAuthOptions, "azureCloudOptions" | "clientAssertion">
-
Optional
cache?: CacheOptions
-
Optional
system?: NodeSystemOptions