ResetPasswordRequest

@Serializable
class ResetPasswordRequest(var oobCode: String, var newPassword: String)

Constructors

Link copied to clipboard
constructor(oobCode: String, newPassword: String)

Properties

Link copied to clipboard
Link copied to clipboard