Constructors
constructor
- new UserApiKey(id: string, key: string | undefined, name: string, disabled: boolean): UserApiKey
-
Parameters
-
id: string
-
key: string | undefined
-
name: string
-
disabled: boolean
Properties
disabled
disabled: boolean
Optional key
key: undefined | string
UserApiKey
A class containing the fields returned by the Stitch client API in an authentication request.