PushMechanism

public class PushMechanism : Mechanism

PushMechanism represents PushNotification-based OTP Auth and is responsible for its related operation

Properties

NSCoder

  • Declaration

    Swift

    override public class var supportsSecureCoding: Bool { get }
  • Declaration

    Swift

    override public func encode(with coder: NSCoder)
  • Declaration

    Swift

    public required convenience init?(coder: NSCoder)

Codable

  • Declaration

    Swift

    public override func encode(to encoder: Encoder) throws
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws

Public

  • Serializes PushMechanism object into JSON String.

    Declaration

    Swift

    public func toJson() -> String?

    Return Value

    JSON String value of PushMechanism object