VerifyPushFactorPayload

Describes the information required to verify a Factor which type is Push
class VerifyPushFactorPayload(sid: String) : VerifyFactorPayload

Constructors

<init>
Link copied to clipboard
fun <init>(sid: String)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

sid
Link copied to clipboard
Factor sid
open override val sid: String