#Auth Screen
1 messages · Page 1 of 1 (latest)
Hey there, could you share some context regarding the query? I'm assuming you are using Auth screen feature from Dashboard, in this case you can use .link() to initiate the connection.
Docs: https://docs.composio.dev/changelog/2025/9/15
i changed the auth screen with my branding
so while authentication how can i reflect on ui?
response
{
"id": "",
"connectionData": {
"authScheme": "OAUTH2",
"val": {
"status": "INITIATED",
"code_verifier": "",
"redirectUrl": "https://backend.composio.dev/api/v3/s/86-ZAjfS",
"callback_url": "https://backend.composio.dev/api/v1/auth-apps/add",
"finalRedirectUri": "http://localhost:8080/callback"
}
},
"status": "INITIATED",
"redirect_url": "https://backend.composio.dev/api/v3/s/86-ZAjfS",
"redirect_uri": "https://backend.composio.dev/api/v3/s/86-ZAjfS",
}