get

abstract suspend fun get(): OrganizationResponse

Wraps Stytch’s organization/me endpoint.

Return

OrganizationResponse


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

Wraps Stytch’s organization/me endpoint.

Parameters

callback

a callback that receives an OrganizationResponse