Skip to content

@loontail/minecraft-kit / AzureClientId

Type Alias: AzureClientId

ts
type AzureClientId = string & {
  __brand: "AzureClientId";
};

Defined in: src/types/auth.ts:21

Branded Azure AD application id. Construct via asAzureClientId (exported from the package root) — the brand prevents accidentally passing a refresh token or a UUID where the kit expects a client id.

Type Declaration

NameTypeDefined in
__brand"AzureClientId"src/types/auth.ts:21

MIT License