AuthorizeActionType

@objc
public enum AuthorizeActionType : Int

Authorize action type.

  • Capture authorization action.

    Declaration

    Swift

    @objc(Capture)
    case capture
  • Void authorization action.

    Declaration

    Swift

    @objc(Void)
    case void
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Encodes the contents of the receiver.

    Throws

    EncodingError

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws

    Parameters

    encoder

    Encoder.