Enum AuthType
AuthType
Wyliczenie definiujące typy uwierzytelniania, które można ustawić dla oprogramowania sprzęgającego.
Aby wywołać wyliczenie, wywołaj jej klasę nadrzędną, nazwę i właściwość. Na przykład:
DataStudioApp.AuthType.OAUTH2
.
Właściwości
Właściwość | Typ | Opis |
NONE | Enum | Autoryzacja nie jest wymagana. |
OAUTH2 | Enum | Wymagana jest autoryzacja OAuth2. |
USER_PASS | Enum | Wymagane są nazwa użytkownika i hasło. |
PATH_USER_PASS | Enum | Wymagane są nazwa użytkownika, ścieżka i hasło. |
PATH_KEY | Enum | Potrzebna jest ścieżka i klucz. |
KEY | Enum | Wymagany klucz interfejsu API lub token. |
USER_TOKEN | Enum | Wymagane są nazwa użytkownika i token. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2023-12-01 UTC.
[null,null,["Ostatnia aktualizacja: 2023-12-01 UTC."],[[["`AuthType` is an enum used to define the authentication types for a connector in DataStudio."],["Authentication types include options like no authorization, OAuth2, username/password, and API key/token methods."],["You can call the `AuthType` enum using `DataStudioApp.AuthType` followed by the desired property (e.g., `DataStudioApp.AuthType.OAUTH2`)."]]],[]]