Skip to content

ServiceNow.Core

SNow.Core.Authentication.AuthenticationConfig

AuthenticationConfig.Scope Property

Web API scope. With client credentials flows, the scopes is ALWAYS of the shape "resource/.default"

csharp
public string Scope { get; set; }

Property Value

System.String

Released under the MIT License.