Type Alias DcaasConnectionCreateAuthResponse

Authentication URL returned when authUrlOnly is true in the request body. Only returned for data sources that support OAuth.

type DcaasConnectionCreateAuthResponse = {
    authUrl: string;
}
Index

Properties

Properties

authUrl: string

Authentication URL used to generate authentication code for datasources supporting OAuth