google/api/auth.pb
library
Classes
-
Authentication
-
Authentication
defines the authentication configuration for API methods
provided by an API service.
-
AuthenticationRule
-
Authentication rules for the service.
-
AuthProvider
-
Configuration for an authentication provider, including support for
JSON Web Token
(JWT).
-
AuthRequirement
-
User-defined authentication requirements, including support for
JSON Web Token
(JWT).
-
JwtLocation
-
Specifies a location to extract JWT from an API request.
-
OAuthRequirements
-
OAuth scopes are a way to define data and permissions on data. For example,
there are scopes defined for "Read-only access to Google Calendar" and
"Access to Cloud Platform". Users can consent to a scope for an application,
giving it permission to access that data on their behalf.