authorizationType property

String? authorizationType
getter/setter pair

Indicates the type of authorization. Possible string values are:

  • "AUTHORIZATION_TYPE_UNSPECIFIED" : Type unspecified.
  • "AUTHORIZATION_CODE" : Use OAuth 2 authorization codes that can be exchanged for a refresh token on the backend.
  • "GOOGLE_PLUS_AUTHORIZATION_CODE" : Return an authorization code for a given Google+ page that can then be exchanged for a refresh token on the backend.
  • "FIRST_PARTY_OAUTH" : Use First Party OAuth.

Implementation

core.String? authorizationType;