export default interface AuthorizationCodeGrantOptions {
    accessTokenUrl: string;
    jwtToken?: string;
}
