Create an Oidc Idp configuration for an Identity Toolkit project.
The client id of an OAuth client.
The client secret of the OAuth client, to enable OIDC code flow.
The config's display name set by developers.
True if allows the user to sign in with the provider.
For OIDC Idps, the issuer identifier.
The name of the OAuthIdpConfig resource, for example: 'projects/my-awesome-project/oauthIdpConfigs/oauth-config-id'. Ignored during create requests.
The id to use for this config.
The response type to request for in the OAuth authorization flow. You can set either id_token or code to true, but not both. Setting both types to be simultaneously true ({code: true, id_token: true}) is not yet supported.
id_token
code
{code: true, id_token: true}