Skip to content

Commit

Permalink
Update packages/sign_in_with_apple/lib/src/authorization_request.dart
Browse files Browse the repository at this point in the history
Co-Authored-By: Timm Preetz <52437+tp@users.noreply.github.com>
  • Loading branch information
Henri and tp authored Apr 28, 2020
1 parent bc9abef commit a1f6f42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class AppleIDAuthorizationRequest implements AuthorizationRequest {
/// For more information see: https://forums.developer.apple.com/thread/121496
final List<AppleIDAuthorizationScopes> scopes;

/// A String value used to associate a client session with an ID token. This value is also used to mitigate replay attacks.
/// The nonce value which was provided when initiating the sign-in.
///
/// Can be `null` if no value was given on the request.
final String nonce;
Expand Down

0 comments on commit a1f6f42

Please sign in to comment.