Click or drag to resize
GoogleAuthInterceptors Methods

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