Interface OAuthScopeDetails

interface OAuthScopeDetails {
    options?: object;
    scopeName: string;
}

Properties

Properties

options?: object

The options for the scope. Currently, this is not used.

scopeName: string

The name of the scope. Note: For this, we use the capitalized version of the scope name with spaces.

For example, "completeClaims" becomes "Complete Claims"

MMNEPVFCICPMFPCPTTAAATR