1 implementation of IAppleSignInAuthenticator
Microsoft.Maui.Essentials (1)
WebAuthenticator\AppleSignInAuthenticator.netstandard.android.tvos.watchos.uwp.tizen.macos.cs (1)
6
partial class AppleSignInAuthenticatorImplementation :
IAppleSignInAuthenticator
3 references to IAppleSignInAuthenticator
Microsoft.Maui.Essentials (3)
WebAuthenticator\AppleSignInAuthenticator.shared.cs (3)
33
static
IAppleSignInAuthenticator
? defaultImplementation;
38
public static
IAppleSignInAuthenticator
Default =>
41
internal static void SetDefault(
IAppleSignInAuthenticator
? implementation) =>