StartRegistrationResult

data class StartRegistrationResult(val nativeLoginResult: NativeLoginResult, val email: String? = null, val requestIdentifier: String? = null)

A start registration result.

Parameters

nativeLoginResult

A native login result indicating success or one of several possible failures, including both in-app and Salesforce Identity API results

email

On success result, the email provided by the Salesforce Identity API

requestIdentifier

On success result, the request identifier provided by the Salesforce Identity API

Constructors

Link copied to clipboard
constructor(nativeLoginResult: NativeLoginResult, email: String? = null, requestIdentifier: String? = null)

Properties

Link copied to clipboard
val email: String? = null
Link copied to clipboard
Link copied to clipboard