Get connectionsoauth2callback
FinaliseConnectionCallback is the redirect URL to exchange an authorization code for an access token in an OAuth2.0 authorization code grant. It must be noted that the real callback URL configured with the OAuth2.0 provider should be a Switchboard URL (prompted to the user at app-creation time) and not this API URL.
Authorizations
Query Parameters
The authorization code to exchange for an access token.
This value is generated by the /organisations/{organisationId}/connection-init
operation and is an opaque
string and should have no meaning to external clients. Internally, it's used to verify the flow was
initialised by Switchboard and connect the authorisation grant to the user/organisation who initiated it.
An error code by the OAuth2.0 provider indicating a problem occurred during the grant.
A human-readable error message associated to the error code specified in the error
parameter.
Response
CreateCredentialResponse is the response containing the new credential.
Credential holds sensitive data not owned by Versori. Users can create credentials so that Versori systems can authenticate to external services on behalf of the user.