AuthGrantType
The OAuth2 grant type Google uses to guide the user to sign in to your App's web service.
Enums |
AUTH_GRANT_TYPE_UNSPECIFIED |
Unspecified. |
AUTH_CODE |
Authorization code grant. Requires you to provide both authentication URL and access token URL. |
IMPLICIT |
Implicit code grant. Only requires you to provide authentication URL. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["OAuth2 grant types determine how Google guides users to sign in to your app's web service."],["The `AUTH_CODE` type requires providing both an authentication URL and an access token URL, while `IMPLICIT` only requires an authentication URL."],["`AUTH_GRANT_TYPE_UNSPECIFIED` is a default, non-functional value."]]],[]]