Type Alias: AuthenticationPrompt
AuthenticationPrompt:
object
Options for authentication prompt displayed to the user.
Type declaration
cancel?
optional
cancel:string
The cancel button text for the authentication prompt (Android only).
description?
optional
description:string
The description for the authentication prompt (Android only).
subtitle?
optional
subtitle:string
The subtitle for the authentication prompt (Android only).
title?
optional
title:string
The title for the authentication prompt.