UNPKG

oauth-v2-client

Version:
7 lines 200 B
export default interface ClientCredentialsGrantOptions { accessTokenUrl: string; clientId: string; clientSecret?: string; scopes?: Array<string>; basicAuthHeader?: boolean; }