Searched refs:FromAccessToken (Results 1 – 3 of 3) sorted by relevance
53 public static CallCredentials FromAccessToken(string accessToken) in FromAccessToken() method in Grpc.Auth.GoogleGrpcCredentials55 … return CallCredentials.FromInterceptor(GoogleAuthInterceptors.FromAccessToken(accessToken)); in FromAccessToken()
58 public static AsyncAuthInterceptor FromAccessToken(string accessToken) in FromAccessToken() method in Grpc.Auth.GoogleAuthInterceptors
368 var credentials = GoogleGrpcCredentials.FromAccessToken(oauth2Token); in RunOAuth2AuthTokenAsync()