authorize

abstract suspend fun authorize(url: String): Request

Authorizes a user by making a request to the given authenticate URL.

Return

A Request object that can be used to continue the DaVinci flow.

Parameters

url

The authenticate URL.