bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface OAuthScopeDetails

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

    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"