Type Alias DcaasConnectionCreateAuthResponse

Authentication URL response for OAuth datasources (when authUrlOnly is set to true in request)

type DcaasConnectionCreateAuthResponse = {
    authUrl: string;
}
Index

Properties

Properties

authUrl: string

Authentication URL used to generate authentication code for datasources supporting OAuth