AppleSignInResult constructor

AppleSignInResult(
  1. SignInResultStatus status, {
  2. String idToken = "",
  3. String state = "",
  4. String nonce = "",
})

Implementation

AppleSignInResult(
  this.status, {
  this.idToken = "",
  this.state = "",
  this.nonce = "",
});