Constructors
constructor
- new Accounts(d4hInstance: default): Accounts
Methods
whoAmI
- whoAmI(
context: "team" | "organisation" | "admin",
contextId: number,
): Promise<WhoAmIType> Parameters
- context: "team" | "organisation" | "admin"
- contextId: number
Returns Promise<WhoAmIType>
- Access details of credentials for a specific context
whoAmIAll
- whoAmIAll(): Promise<WhoAmIType>
Returns Promise<WhoAmIType>
- Access details of credentials for all available contexts
The point of view from where the request takes place