Contents

nonce

An arbitrary number that the signed response playload includes.

Declaration

var nonce: Data? { get set }

Mentioned in

Discussion

A PKIdentityAuthorizationController treats this value as opaque, and has a maximum allowed size of 64 bytes. Your app’s server needs to use the same nonce value when decrypting and verifying the response.

Set this property before you invoke requestDocument(_:completion:).

See Also

Configuring an identity request