UNPKG

@mcma/client

Version:

Node module with classes and functions used to access services in an MCMA environment

4 lines (3 loc) 270 B
import { AccessTokenProvider } from "./access-token-provider"; import { AuthTypeRegistration } from "../auth-type-registration"; export declare function accessTokenAuth<T>(tokenProvider: AccessTokenProvider<T>, authType?: string, authContext?: T): AuthTypeRegistration;