Enum AuthType
Typ uwierzytelniania
Wyliczenie definiujące typy uwierzytelniania, które można ustawić dla danego oprogramowania sprzęgającego.
Aby wywołać enum, wywołaj jego 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 | Nie wymaga autoryzacji. |
OAUTH2 | Enum | Wymagana autoryzacja OAuth2. |
USER_PASS | Enum | Potrzebne są dane logowania (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 lub token API. |
USER_TOKEN | Enum | Potrzebna jest 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: 2024-12-02 UTC.
[null,null,["Ostatnia aktualizacja: 2024-12-02 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`)."]]],[]]