loginWithFrontdoorBridgeUrl

fun loginWithFrontdoorBridgeUrl(frontdoorBridgeUrl: String, pkceCodeVerifier: String?)

Automatically log in with a UI Bridge API front door bridge URL and PKCE code verifier.

This method is the intended entry point to Salesforce Mobile SDK when using the Salesforce Identity API UI Bridge front door URL. Usable, default implementations of methods are provided for parsing the UI Bridge parameters from the reference JSON and log in URLs used by the reference QR Code Log In implementation. However, the URL and JSON structure in the reference implementation is not required. An app may use a custom structure so long as this entry point is used to log in with the front door URL and optional PKCE code verifier.

Parameters

frontdoorBridgeUrl

The UI Bridge API front door bridge URL

pkceCodeVerifier

The optional PKCE code verifier, which is not required for User Agent Authorization Flow but is required for Web Server Authorization Flow