Package-level declarations
Types
Link copied to clipboard
A user authentication factor that can be deleted from the user's account.
Link copied to clipboard
data class DeleteFactorResponse(val requestId: String, val statusCode: Int, val user: ApiUserV1User) : BasicResponse
The response returned after successfully deleting an authentication factor.
Link copied to clipboard
interface UserClient
User account management methods.