AppleSignInWindows constructor

AppleSignInWindows({
  1. required String clientId,
  2. required String redirectUrl,
  3. required String hostUrl,
  4. String scope = "",
})

Implementation

AppleSignInWindows(
    {required super.clientId,
    required super.redirectUrl,
    required this.hostUrl,
    super.scope = ""});