ApplicationCreate

@Serializable
data class ApplicationCreate(val clientName: String, val redirectUris: String, val scopes: String?, val website: String?)

Object to register a new Application.

Constructors

Link copied to clipboard
constructor(clientName: String, redirectUris: String, scopes: String?, website: String?)

Properties

Link copied to clipboard

A name for your application.

Link copied to clipboard

Where the user should be redirected after authorization.

Link copied to clipboard

Space-separated list of scopes.

Link copied to clipboard

A URL to the homepage of your app.