authentication

package
v0.0.0-...-3bfdd2f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package authentication - in charge of authenticating the user with the system

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateConnectionString

func GenerateConnectionString(clusterUrl string, authenticationMode AuthenticationModeOptions) *azkustodata.ConnectionStringBuilder

GenerateConnectionString Generates Kusto Connection String based on given Authentication Mode.

Types

type AuthenticationModeOptions

type AuthenticationModeOptions string
const (
	UserPrompt      AuthenticationModeOptions = "UserPrompt"
	ManagedIdentity AuthenticationModeOptions = "ManagedIdentity"
	AppKey          AuthenticationModeOptions = "AppKey"
	AppCertificate  AuthenticationModeOptions = "AppCertificate"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL