2 writes to _stateCookieBuilder
Microsoft.AspNetCore.Authentication.Twitter (2)
TwitterOptions.cs (2)
30_stateCookieBuilder = new TwitterCookieBuilder(this) 98set => _stateCookieBuilder = value ?? throw new ArgumentNullException(nameof(value));
1 reference to _stateCookieBuilder
Microsoft.AspNetCore.Authentication.Twitter (1)
TwitterOptions.cs (1)
97get => _stateCookieBuilder;