Click or drag to resize
AuthInterceptors Methods

The AuthInterceptors type exposes the following members.

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