UNPKG

oauth-v2-client

Version:
5 lines (4 loc) 118 B
export default interface AuthorizationCodeGrantOptions { accessTokenUrl: string; jwtToken?: string; }