Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SqlAuthenticationOptions

Options configuring JDBC authentication.

Hierarchy

  • SqlAuthenticationOptions

Index

Constructors

constructor

Methods

getAuthenticationQuery

  • getAuthenticationQuery(): string
  • Set the authentication query to use. Use this if you want to override the default authentication query.

    Returns string

setAuthenticationQuery

  • Set the authentication query to use. Use this if you want to override the default authentication query.

    Parameters

    • authenticationQuery: string

    Returns SqlAuthenticationOptions

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc