google / google/GoogleSignIn-iOS
How to add prompt: consent to user auth flow?
- Ngôn ngữ chính
- Objective-C
- Star
- 750
- Fork
- 282
- Merge trung bình
- 2 ngày 15 giờ
- Pull request đã merge (30 ngày)
- 9
Mô tả
We need the user to consent on every login attempt and on web you can set prompt = consent. However, I'm having a difficult time trying to achieve this on mobile. Is this implemented and if so, can someone help provide guidance on how to implement this?

Currently, we're doing:
```
private lazy var configuration: GIDConfiguration = {
return GIDConfiguration(clientID: clientID, serverClientID: serverClientId)
}()
GIDSignIn.sharedInstance.signIn(with: configuration,
presenting: rootViewController) { user, error in
}
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.