Interface IConnectionInfo
Package: @altmp/altv-types
Syntax
interface IConnectionInfo
Properties
|
Improve this Doc
View Source
name
Declaration
Property Value
|
Improve this Doc
View Source
socialID
Declaration
readonly socialID: string
Property Value
|
Improve this Doc
View Source
hwidHash
Declaration
readonly hwidHash: string
Property Value
|
Improve this Doc
View Source
hwidExHash
Declaration
readonly hwidExHash: string
Property Value
|
Improve this Doc
View Source
authToken
Declaration
readonly authToken: string
Property Value
|
Improve this Doc
View Source
isDebug
Declaration
readonly isDebug: boolean
Property Value
|
Improve this Doc
View Source
branch
Declaration
Property Value
|
Improve this Doc
View Source
build
Declaration
Property Value
|
Improve this Doc
View Source
cdnUrl
Declaration
Property Value
|
Improve this Doc
View Source
passwordHash
Declaration
readonly passwordHash: string
Property Value
|
Improve this Doc
View Source
ip
Declaration
Property Value
|
Improve this Doc
View Source
discordUserID
Declaration
readonly discordUserID: string
Property Value
|
Improve this Doc
View Source
socialClubName
Declaration
readonly socialClubName: string
Property Value
|
Improve this Doc
View Source
cloudID
Declaration
Property Value
|
Improve this Doc
View Source
cloudAuthResult
Declaration
readonly cloudAuthResult: CloudAuthResult
Property Value
|
Improve this Doc
View Source
id
Declaration
Property Value
|
Improve this Doc
View Source
isAccepted
Declaration
readonly isAccepted: boolean
Property Value
|
Improve this Doc
View Source
text
Declaration
Property Value
|
Improve this Doc
View Source
accept
Declaration
accept: (sendNames?: boolean) => void
Property Value
Type |
Description |
(sendNames?: boolean) => void |
|
|
Improve this Doc
View Source
decline
Declaration
decline: (reason: string) => void
Property Value
Type |
Description |
(reason: string) => void |
|