@bugbug-io/sdk
Preparing search index...
AuthIdentity
Interface AuthIdentity
interface
AuthIdentity
{
tokenType
:
"user"
|
"project"
|
"organization"
;
name
:
string
;
expiresAt
:
string
|
null
;
subscriptionType
:
string
|
null
;
subscriptionExpiresAt
:
string
|
null
;
projectId
:
string
|
null
;
organizationId
:
string
|
null
;
userId
:
string
|
null
;
}
Index
Properties
token
Type
name
expires
At
subscription
Type
subscription
Expires
At
project
Id
organization
Id
user
Id
Properties
token
Type
tokenType
:
"user"
|
"project"
|
"organization"
name
name
:
string
expires
At
expiresAt
:
string
|
null
subscription
Type
subscriptionType
:
string
|
null
subscription
Expires
At
subscriptionExpiresAt
:
string
|
null
project
Id
projectId
:
string
|
null
organization
Id
organizationId
:
string
|
null
user
Id
userId
:
string
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
token
Type
name
expires
At
subscription
Type
subscription
Expires
At
project
Id
organization
Id
user
Id
@bugbug-io/sdk
Loading...