curl --request GET \
--url https://use.hoop.dev/api/login
{
"login_url": "<string>"
}
Returns the login url to perform the signin on the identity provider
curl --request GET \
--url https://use.hoop.dev/api/login
{
"login_url": "<string>"
}
The URL to redirect after the signin
Auth0 specific parameter
The prompt value (OIDC spec)
OK
The response is of type object
.
Was this page helpful?