3 references to FormatScope
Microsoft.AspNetCore.Authentication.OAuth (3)
OAuthHandler.cs (3)
303
var scope = scopeParameter != null ?
FormatScope
(scopeParameter) : FormatScope();
351
/// <remarks>Subclasses should rather override <see cref="
FormatScope
(IEnumerable{string})"/>.</remarks>
353
=>
FormatScope
(Options.Scope);