UNPKG

oauth-v2-client

Version:
8 lines (7 loc) 202 B
export default interface ClientCredentialsGrantOptions { accessTokenUrl: string; clientId: string; clientSecret?: string; scopes?: Array<string>; basicAuthHeader?: boolean; }