我阅读了an article有关如何使用Auth0使用firebase API验证角度应用的信息。
我按照这里描述的步骤,但我无法做到 从Auth0调用Delegation端点,使用curl命令获取Firebase API的令牌。
我如何在下面做:
curl --data \
"client_id=YOUR_CLIENT_ID&\
&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer\
&refresh_token=\
&scope=open_id\
&api_type=firebase"\
https://YOUR_ACCOUNT.auth0.com/delegation