Interface OAuthScopeDetails

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

Properties

Properties

options?: object
scopeName: string