AssetType

class AssetType

An image file from a managed login branding style in a user pool.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The image file, in Base64-encoded binary.

Link copied to clipboard

The category that the image corresponds to in your managed login configuration. Managed login has asset categories for different types of logos, backgrounds, and icons.

Link copied to clipboard

The display-mode target of the asset: light, dark, or browser-adaptive. For example, Amazon Cognito displays a dark-mode image only when the browser or application is in dark mode, but displays a browser-adaptive file in all contexts.

Link copied to clipboard

The file type of the image file.

Link copied to clipboard

The ID of the asset.

Functions

Link copied to clipboard
inline fun copy(block: AssetType.Builder.() -> Unit = {}): AssetType
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String