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