API ReferenceGoogle One Tap
GET
/v1/auth/onetap/clientid/{provider}

Authorization

Descope Project ID
AuthorizationBearer <token>

Project ID as bearer token.

In: header

Path Parameters

provider*string

Get the client ID configuration for Google One Tap integration

curl -X GET "https://api.descope.com/v1/auth/onetap/clientid/string"
{  "clientId": "string"}
export interface Response {clientId?: string}
Was this helpful?