videosphere
Preparing search index...
lib/repositories/invites
InviteTokenReleaseSnapshot
Interface InviteTokenReleaseSnapshot
Snapshot of a consumed invite token used to restore it when registration fails.
interface
InviteTokenReleaseSnapshot
{
token
:
string
;
grantedRole
:
InviteGrantedRole
;
createdBy
?:
string
;
createdAt
:
Date
;
expiresAt
?:
Date
;
}
Index
Properties
token
granted
Role
created
By?
created
At
expires
At?
Properties
token
token
:
string
granted
Role
grantedRole
:
InviteGrantedRole
Optional
created
By
createdBy
?:
string
created
At
createdAt
:
Date
Optional
expires
At
expiresAt
?:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
token
granted
Role
created
By
created
At
expires
At
videosphere
Loading...
Snapshot of a consumed invite token used to restore it when registration fails.