File tree 2 files changed +3
-1
lines changed
src/Security/Authentication/Core/src
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public AuthenticationProperties Properties
43
43
/// <summary>
44
44
/// Gets the <see cref="AuthenticateResult"/> result.
45
45
/// </summary>
46
- public AuthenticateResult Result { get ; private set ; } = default ! ;
46
+ public AuthenticateResult ? Result { get ; private set ; }
47
47
48
48
/// <summary>
49
49
/// Calls success creating a ticket with the <see cref="Principal"/> and <see cref="Properties"/>.
Original file line number Diff line number Diff line change 1
1
#nullable enable
2
+ *REMOVED*Microsoft.AspNetCore.Authentication.ResultContext<TOptions>.Result.get -> Microsoft.AspNetCore.Authentication.AuthenticateResult!
3
+ Microsoft.AspNetCore.Authentication.ResultContext<TOptions>.Result.get -> Microsoft.AspNetCore.Authentication.AuthenticateResult?
You can’t perform that action at this time.
0 commit comments