Home
last modified time | relevance | path

Searched refs:ServiceUrl (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/
DAsyncAuthInterceptor.cs56 public string ServiceUrl property in Grpc.Core.AuthInterceptorContext
/external/grpc-grpc/src/csharp/Grpc.Auth/
DGoogleAuthInterceptors.cs48 …var accessToken = await credential.GetAccessTokenForRequestAsync(context.ServiceUrl, CancellationT… in FromCredential()