Type Alias AuthUrlResponse

Response returned when 'authUrlOnly' is set to true in the request body

type AuthUrlResponse = {
    authUrl: string;
}
Index

Properties

Properties

authUrl: string

Authentication URL for OAuth datasource