UNPKG

oauth-v2-client

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