GetDebugTokenResult

data class GetDebugTokenResult(val displayName: String, val name: String, val token: String)

Constructors

Link copied to clipboard
fun GetDebugTokenResult(displayName: String, name: String, token: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A human readable display name used to identify this debug token.

Link copied to clipboard

The relative resource name of the debug token, in the format: `` projects/{project_number}/apps/{app_id}/debugTokens/{debug_token_id} `` @property token Input only. Immutable. The secret token itself. Must be provided during creation, and must be a UUID4, case insensitive. This field is immutable once set, and cannot be provided during an UpdateDebugToken request. You can, however, delete this debug token using DeleteDebugToken to revoke it. For security reasons, this field will never be populated in any response.

Link copied to clipboard