MonoCloud Authentication SDK
    Preparing search index...

    Represents an indicator for additional resources that can be requested.

    interface Indicator {
        resource: string;
        scopes?: string;
    }
    Index

    Properties

    Properties

    resource: string

    Space separated list of resources to scope the access token to

    scopes?: string

    Optional: Space separated list of scopes to request