CredentialStatus

data class CredentialStatus(val apiKeyPresent: Boolean, val accessTokenPresent: Boolean, val oauthTokenPresent: Boolean, val authReqIdPresent: Boolean, val loginHintPresent: Boolean)

Snapshot of which credentials the bootstrap flow has provisioned so far.

Constructors

Link copied to clipboard
constructor(apiKeyPresent: Boolean, accessTokenPresent: Boolean, oauthTokenPresent: Boolean, authReqIdPresent: Boolean, loginHintPresent: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard