Home
last modified time | relevance | path

Searched refs:FromAccessToken (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Auth/
DGoogleGrpcCredentials.cs53 public static CallCredentials FromAccessToken(string accessToken) in FromAccessToken() method in Grpc.Auth.GoogleGrpcCredentials
55 … return CallCredentials.FromInterceptor(GoogleAuthInterceptors.FromAccessToken(accessToken)); in FromAccessToken()
DGoogleAuthInterceptors.cs58 public static AsyncAuthInterceptor FromAccessToken(string accessToken) in FromAccessToken() method in Grpc.Auth.GoogleAuthInterceptors
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropClient.cs368 var credentials = GoogleGrpcCredentials.FromAccessToken(oauth2Token); in RunOAuth2AuthTokenAsync()