Searched refs:performAsync (Results 1 – 8 of 8) sorted by relevance
102 const response = await request.performAsync(discovery);119 async performAsync(discovery) { method in Request159 async performAsync(discovery) { method in TokenRequest308 async performAsync(discovery) { method in RevokeTokenRequest350 return request.performAsync(discovery);367 return request.performAsync(discovery);379 return request.performAsync(discovery);
48 performAsync(discovery: ServiceConfig.DiscoveryDocument): Promise<B>;63 …performAsync(discovery: Pick<ServiceConfig.DiscoveryDocument, 'tokenEndpoint'>): Promise<TokenResp…121 …performAsync(discovery: Pick<ServiceConfig.DiscoveryDocument, 'revocationEndpoint'>): Promise<bool…
1 …performAsync(discovery);\n // Custom: reuse the refresh token if one wasn't returned\n respo…
126 const response = await request.performAsync(discovery);143 async performAsync(discovery: ServiceConfig.DiscoveryDocument): Promise<B> { method in Request191 async performAsync(discovery: Pick<ServiceConfig.DiscoveryDocument, 'tokenEndpoint'>) {388 async performAsync(discovery: Pick<ServiceConfig.DiscoveryDocument, 'revocationEndpoint'>) {440 return request.performAsync(discovery);461 return request.performAsync(discovery);477 return request.performAsync(discovery);
86 expect(request.performAsync({ tokenEndpoint: undefined })).rejects.toThrow(134 expect(request.performAsync({ tokenEndpoint: undefined })).rejects.toThrow(187 expect(request.performAsync({ revocationEndpoint: undefined })).rejects.toThrow(
198 exchangeRequest.performAsync(discovery).then((authentication) => {
1 …st?.codeVerifier || '',\n },\n });\n exchangeRequest.performAsync(discovery).then…
301 exchangeRequest.performAsync(discovery).then((authentication) => {