Click or drag to resize
GoogleAuthInterceptors Class
Factory methods to create authorization interceptors for Google credentials.
Inheritance Hierarchy
SystemObject
  Grpc.AuthGoogleAuthInterceptors

Namespace: Grpc.Auth
Assembly: Grpc.Auth (in Grpc.Auth.dll) Version: 0.12.0.0
Syntax
public static class GoogleAuthInterceptors

The GoogleAuthInterceptors type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFromAccessToken
Creates an AsyncAuthInterceptor that will use given access token as authorization.
Public methodStatic memberFromCredential
Creates an AsyncAuthInterceptor that will obtain access token from any credential type that implements ITokenAccess. (e.g. GoogleCredential).
Top
See Also