Packages > @fluidframework/azure-client > AzureConnectionConfig

AzureConnectionConfig Interface

Parameters for establishing a connection with the Azure Fluid Relay.

Signature

export interface AzureConnectionConfig

Properties

Property Type Description
endpoint string URI to the Azure Fluid Relay service discovery endpoint.
tokenProvider ITokenProvider Instance that provides Azure Fluid Relay endpoint tokens.
type AzureConnectionConfigType The 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;

tokenProvider

Instance that provides Azure Fluid Relay endpoint tokens.

Signature

tokenProvider: ITokenProvider;

type

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

Signature

type: AzureConnectionConfigType;