Use OAuth 2 authorization codes that can be exchanged
for a refresh token on the backend.
FirstPartyOauth
Use First Party Client OAuth. First Party Client OAuth doesn't require a
refresh token to get an offline access token. Instead, it uses a
client-signed JWT assertion to retrieve an access token.
GooglePlusAuthorizationCode
Return an authorization code for a given Google+ page that can then be
exchanged for a refresh token on the backend.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage documents the `AuthorizationType` enum within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace, detailing the different authorization methods available."],["The latest version documented is 4.10.0, with historical versions ranging down to 3.1.0, all linked for access to the documentation."],["The `AuthorizationType` enum defines four field types: `AuthorizationCode`, `FirstPartyOauth`, `GooglePlusAuthorizationCode`, and `Unspecified`, each with a description of its function."],["The assembly for this namespace is `Google.Cloud.BigQuery.DataTransfer.V1.dll`."]]],[]]