masto
    Preparing search index...

    Interface AppsResource

    interface AppsResource {
        create: Method<
            mastodon.v1.Client,
            CreateAppParams,
            HttpMetaParams<"json">,
        >;
        verifyCredentials: Method<mastodon.v1.Client>;
    }
    Index

    Properties

    Create a new application to obtain OAuth2 credentials.

    Parameters

    Returns App with client_id and client_secret

    verifyCredentials: Method<mastodon.v1.Client>

    Confirm that the app's OAuth2 credentials work.