Identity Toolkit API (identitytoolkit:v2)

2023-08-12

4 new methods

Additions

    Methods
  • identitytoolkit.projects.updatePasskeyConfig

      Scopes:

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/firebase
    • Flat Path: v2/projects/{projectsId}/passkeyConfig

      Description: Update a passkey configuration for an Identity Toolkit project.

      HTTP Method: PATCH

      Parameters:

        updateMask

          Type: string

          Location: query

          Format: google-fieldmask

          Description: Optional. The update mask applies to the resource. Empty update mask will result in updating nothing. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

        name

          Type: string

          Required: Yes

          Pattern: ^projects/[^/]+/passkeyConfig$

          Location: path

          Description: Required. The name of the PasskeyConfig resource.

      Path: v2/{+name}

      Parameter Order: name

  • identitytoolkit.projects.getPasskeyConfig

      HTTP Method: GET

      Parameters:

        name

          Location: path

          Pattern: ^projects/[^/]+/passkeyConfig$

          Required: Yes

          Description: Required. The resource name of the config, for example: 'projects/my-awesome-project/passkeyConfig'.

          Type: string

      Scopes:

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/firebase
    • Description: Retrieve a passkey configuration for an Identity Toolkit project.

      Path: v2/{+name}

      Parameter Order: name

      Flat Path: v2/projects/{projectsId}/passkeyConfig

  • identitytoolkit.projects.tenants.updatePasskeyConfig

      Scopes:

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/firebase
    • Path: v2/{+name}

      Flat Path: v2/projects/{projectsId}/tenants/{tenantsId}/passkeyConfig

      Parameters:

        name

          Location: path

          Type: string

          Required: Yes

          Pattern: ^projects/[^/]+/tenants/[^/]+/passkeyConfig$

          Description: Required. The name of the PasskeyConfig resource.

        updateMask

          Description: Optional. The update mask applies to the resource. Empty update mask will result in updating nothing. For the `FieldMask` definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

          Location: query

          Type: string

          Format: google-fieldmask

      HTTP Method: PATCH

      Description: Update a passkey configuration for an Identity Toolkit project.

      Parameter Order: name

  • identitytoolkit.projects.tenants.getPasskeyConfig

      Flat Path: v2/projects/{projectsId}/tenants/{tenantsId}/passkeyConfig

      Parameters:

        name

          Required: Yes

          Location: path

          Pattern: ^projects/[^/]+/tenants/[^/]+/passkeyConfig$

          Type: string

          Description: Required. The resource name of the config, for example: 'projects/my-awesome-project/passkeyConfig'.

      Description: Retrieve a passkey configuration for an Identity Toolkit project.

      HTTP Method: GET

      Scopes:

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/firebase
    • Parameter Order: name

      Path: v2/{+name}