Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Instance Property

nonce

The value of the nonce supplied by your app in the authentication request. You should enforce protection against replay attacks by ensuring it is presented only once.
let nonce: String?