StytchB2BClient

object StytchB2BClient

The entrypoint for all Stytch B2B-related interaction.

Functions

Link copied to clipboard
fun configure(context: Context, publicToken: String)

Configures the StytchB2BClient, setting the publicToken

Link copied to clipboard
suspend fun handle(uri: Uri, sessionDurationMinutes: UInt): DeeplinkHandledStatus
fun handle(    uri: Uri,     sessionDurationMinutes: UInt,     callback: (response: DeeplinkHandledStatus) -> Unit)

Handle magic link

Properties

Link copied to clipboard
var magicLinks: B2BMagicLinks

Exposes an instance of email magic links

Link copied to clipboard
var member: Member

Exposes an instance of member

Link copied to clipboard
var organization: Organization

Exposes an instance of organization

Link copied to clipboard
var sessions: B2BSessions

Exposes an instance of sessions