Skip to main content
Version: v1

AzureConnectionConfig Interface

Parameters for establishing a connection with the Azure Fluid Relay.

Signature

export interface AzureConnectionConfig

Properties

PropertyTypeDescription
endpointstringURI to the Azure Fluid Relay service discovery endpoint.
tokenProviderITokenProviderInstance that provides Azure Fluid Relay endpoint tokens.
typeAzureConnectionConfigTypeThe type of connection. Whether we're connecting to a remote Fluid relay server or a local instance.

Property Details

endpoint

URI to the Azure Fluid Relay service discovery endpoint.

Signature

endpoint: string;

Type: string

tokenProvider

Instance that provides Azure Fluid Relay endpoint tokens.

Signature

tokenProvider: ITokenProvider;

Type: ITokenProvider

type

The type of connection. Whether we're connecting to a remote Fluid relay server or a local instance.

Signature

type: AzureConnectionConfigType;

Type: AzureConnectionConfigType