【发布时间】:2020-12-13 23:56:53
【问题描述】:
我在 Flutter 1.20.2 中使用 openid_connect 包。
我应该在这个 api 的重定向 uri 部分写什么?
final authenticator = Authenticator(client,
scopes: scopes, , urlLancher: urlLauncher, redirectUri: '???');
【问题讨论】:
标签: flutter redirect openid openid-connect