Member
interface Member
The Member interface provides methods for retrieving and updating the current authenticated member.
Properties
Functions
Link copied to clipboard
abstract suspend fun deleteFactor(factor: MemberAuthenticationFactor): DeleteMemberAuthenticationFactorResponse
abstract fun deleteFactor(factor: MemberAuthenticationFactor, callback: (DeleteMemberAuthenticationFactorResponse) -> Unit)
Deletes a MemberAuthenticationFactor from the currently authenticated member
Link copied to clipboard
Wraps Stytch’s organization/members/me endpoint.
Link copied to clipboard
Updates the currently authenticated member