AppsApi

interface AppsApi

Register client applications that can be used to obtain OAuth tokens.

See also

Functions

Link copied to clipboard
abstract suspend fun createApplication(application: ApplicationCreate): Application

Creates a new application to obtain OAuth2 credentials.

Link copied to clipboard
abstract suspend fun verifyCredentials(): Application

Verifies that the app's OAuth2 credentials work.