CreateAppPasswordRequest

data class CreateAppPasswordRequest(val name: String, val privileged: Boolean? = null)

Parameters

name

A short name for the App Password, to help distinguish them.

privileged

If an app password has 'privileged' access to possibly sensitive account state. Meant for use with trusted clients.

Constructors

Link copied to clipboard
constructor(name: String, privileged: Boolean? = null)

Properties

Link copied to clipboard

A short name for the App Password, to help distinguish them.

Link copied to clipboard
val privileged: Boolean? = null

If an app password has 'privileged' access to possibly sensitive account state. Meant for use with trusted clients.