原生Apple登录
参数 | 描述 |
---|---|
client_id | 项目Bundle Identifier |
key_id | 开发者后台创建Keys,生成的KeyId |
grant_type | authorization_code |
team_id | 开发者账号的teamID |
Web Apple登录
参数 | 描述 |
---|---|
client_id | 开发者后台创建的Service ID中的Identifier |
key_id | 同原生Apple key_id |
grant_type | authorization_code |
team_id | 同原生Apple team_id |
redirect_uri | 需要在开发者后台创建的Service ID中注册 |