soundcloud-api-ts - v1.9.0
    Preparing search index...

    Interface TokenOption

    Optional token override that can be passed as the last parameter to client methods. When provided, the explicit token is used instead of the client's stored token.

    interface TokenOption {
        token?: string;
    }
    Index

    Properties

    Properties

    token?: string

    OAuth access token to use for this specific request