get

abstract suspend fun get(): OrganizationResponse

Wraps Stytch’s organization/me endpoint.

Return

OrganizationResponse response from backend


abstract fun get(callback: (OrganizationResponse) -> Unit)

Wraps Stytch’s organization/me endpoint.

Parameters

callback

calls callback with OrganizationResponse response from backend