Companion

object Companion

Functions

Link copied to clipboard
suspend fun create(configuration: OAuthUserConfiguration, startSignIn: (oAuthUserSignIn: OAuthUserSignIn) -> Unit): Result<OAuthUserCredential>

Creates an OAuthUserCredential with information needed to access an ArcGIS resource. This initiates the OAuth login process by invoking the provided startSignIn lambda when the OAuth user sign in prompt is required.