1 override of FormatScope
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookHandler.cs (1)
91protected override string FormatScope()
2 references to FormatScope
Microsoft.AspNetCore.Authentication.Facebook (1)
FacebookHandler.cs (1)
92=> base.FormatScope();
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
303var scope = scopeParameter != null ? FormatScope(scopeParameter) : FormatScope();