@fluidframework/test-client-utils Package
Packages > @fluidframework/test-client-utils
Utilities to use while developing and testing using a service client (for example, AzureClient or TinyliciousClient) supplied by the Fluid Framework.
Classes
Class | Description |
---|---|
InsecureTokenProvider |
Provides an in memory implementation of ITokenProvider that can be used to insecurely connect to the Fluid Relay. As the name implies, this is not secure and should not be used in production. It simply makes examples where authentication is not relevant easier to bootstrap. |
Variables
Variable | Modifiers | Description |
---|---|---|
generateTestUser |
readonly
|
Create a new user object with a unique id (uuid) and random name (FIRST LAST) |
Variable Details
generateTestUser
Create a new user object with a unique id (uuid) and random name (FIRST LAST)
Signature
generateTestUser: () => IUser & {
name: string;
}