Property Scope
- Namespace
- MailFathom.Infrastructure.Mail.OAuth
- Assembly
- MailFathom.Infrastructure.dll
Scope
Gets or sets the space-delimited scopes the token request asks for.
public string Scope { get; set; }
Property Value
Remarks
One string rather than a list, because RFC 6749 defines scope as exactly that and the request sends it
unchanged. A bound list would also let the configuration binder drop a single malformed element silently,
leaving a token request that asks for less than the operator wrote.