Variable OptionSpec_OauthStageConst
OptionSpec_OauthStage: {
BEFORE_ACCESS_TOKEN: "BEFORE_ACCESS_TOKEN";
BEFORE_AUTHORIZATION_CODE: "BEFORE_AUTHORIZATION_CODE";
OAUTH_STAGE_UNSPECIFIED: "OAUTH_STAGE_UNSPECIFIED";
} = ...
Type Declaration
ReadonlyBEFORE_ACCESS_TOKEN: "BEFORE_ACCESS_TOKEN"
ReadonlyBEFORE_AUTHORIZATION_CODE: "BEFORE_AUTHORIZATION_CODE"
ReadonlyOAUTH_STAGE_UNSPECIFIED: "OAUTH_STAGE_UNSPECIFIED"
During the OAuth flow, specifies which stage the option should be displayed in the UI. OAUTH_STAGE_UNSPECIFIED is the default value for options unrelated to the OAuth flow. BEFORE_AUTHORIZATION_CODE corresponds to options necessary to initiate the OAuth process. BEFORE_ACCESS_TOKEN corresponds to options that are necessary to create a foreign connection, but that should be displayed after the authorization code has already been received.