AuthInterceptors Class |
Namespace: Grpc.Auth
The AuthInterceptors type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | FromAccessToken |
Creates OAuth2 interceptor that will use given access token as authorization.
|
![]() ![]() | FromCredential |
Creates interceptor that will obtain access token from any credential type that implements
ITokenAccess. (e.g. GoogleCredential).
|