diff --git a/packages/sign_in_with_apple/lib/src/authorization_request.dart b/packages/sign_in_with_apple/lib/src/authorization_request.dart index 750fcbb5..0ad4d9aa 100644 --- a/packages/sign_in_with_apple/lib/src/authorization_request.dart +++ b/packages/sign_in_with_apple/lib/src/authorization_request.dart @@ -55,7 +55,7 @@ class AppleIDAuthorizationRequest implements AuthorizationRequest { /// For more information see: https://forums.developer.apple.com/thread/121496 final List 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;