Identity Toolkit API . projects . identityPlatform

Instance Methods

close()

Close httplib2 connections.

initializeAuth(project, body=None, x__xgafv=None)

Initialize Identity Platform for a Cloud project. Identity Platform is an end-to-end authentication system for third-party users to access your apps and services. These could include mobile/web apps, games, APIs and beyond. This is the publicly available variant of EnableIdentityPlatform that is only available to billing-enabled projects.

Method Details

close()
Close httplib2 connections.
initializeAuth(project, body=None, x__xgafv=None)
Initialize Identity Platform for a Cloud project. Identity Platform is an end-to-end authentication system for third-party users to access your apps and services. These could include mobile/web apps, games, APIs and beyond. This is the publicly available variant of EnableIdentityPlatform that is only available to billing-enabled projects.

Args:
  project: string, The resource name of the target project the developer wants to enable Identity Platform for. (required)
  body: object, The request body.
    The object takes the form of:

{ # Request for InitializeIdentityPlatform.
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Response for InitializeIdentityPlatform. Empty for now.
}