ping-identity
    Preparing search index...

    Type Alias DaVinciStartOptions

    Optional flags when starting a DaVinci flow.

    type DaVinciStartOptions = {
        verificationUri?: string;
    }
    Index

    Properties

    Properties

    verificationUri?: string

    RFC 8628 verification_uri_complete URL from a device authorization response. Set this when the current device is acting as the approving device: the DaVinci flow extracts the user_code from this URL and approves the requesting device.

    Requires native SDK 2.1.0 or later on both platforms.