1 implementation of SupportsConditionalCreation
Microsoft.AspNetCore.Identity (1)
PasskeyHandler.cs (1)
38public bool SupportsConditionalCreation => true;
1 reference to SupportsConditionalCreation
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
126public virtual bool SupportsPasskeyConditionalCreation => _passkeyHandler?.SupportsConditionalCreation ?? false;