Documentation ¶
Index ¶
- type SsoKeyExchange
- type SsoKeyExchangeDecrypted
- type SsoKeyExchangePlain
- type SsoKeyExchangeResponse
- type SsoNTLoginBase
- type SsoNTLoginCaptchaSubmit
- type SsoNTLoginCaptchaUrl
- type SsoNTLoginCookie
- type SsoNTLoginCredentials
- type SsoNTLoginEasyLogin
- type SsoNTLoginEncryptedData
- type SsoNTLoginError
- type SsoNTLoginHeader
- type SsoNTLoginResponse
- type SsoNTLoginSystem
- type SsoNTLoginUid
- type SsoNTLoginUin
- type SsoNTLoginUnusual
- type SsoNTLoginVersion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SsoKeyExchange ¶
type SsoKeyExchangeDecrypted ¶
type SsoKeyExchangePlain ¶
type SsoKeyExchangeResponse ¶
type SsoNTLoginBase ¶
type SsoNTLoginBase struct { Header *SsoNTLoginHeader `protobuf:"bytes,1,opt"` Body []byte `protobuf:"bytes,2,opt"` }
type SsoNTLoginCaptchaSubmit ¶
type SsoNTLoginCaptchaUrl ¶
type SsoNTLoginCaptchaUrl struct { Url string `protobuf:"bytes,3,opt"` // contains filtered or unexported fields }
type SsoNTLoginCookie ¶
type SsoNTLoginCredentials ¶
type SsoNTLoginEasyLogin ¶
type SsoNTLoginEasyLogin struct { TempPassword []byte `protobuf:"bytes,1,opt"` Captcha *SsoNTLoginCaptchaSubmit `protobuf:"bytes,2,opt"` }
type SsoNTLoginEncryptedData ¶
type SsoNTLoginError ¶
type SsoNTLoginHeader ¶
type SsoNTLoginHeader struct { Uin *SsoNTLoginUin `protobuf:"bytes,1,opt"` System *SsoNTLoginSystem `protobuf:"bytes,2,opt"` Version *SsoNTLoginVersion `protobuf:"bytes,3,opt"` Error *SsoNTLoginError `protobuf:"bytes,4,opt"` Cookie *SsoNTLoginCookie `protobuf:"bytes,5,opt"` // contains filtered or unexported fields }
type SsoNTLoginResponse ¶
type SsoNTLoginResponse struct { Credentials *SsoNTLoginCredentials `protobuf:"bytes,1,opt"` Captcha *SsoNTLoginCaptchaUrl `protobuf:"bytes,2,opt"` Unusual *SsoNTLoginUnusual `protobuf:"bytes,3,opt"` Uid *SsoNTLoginUid `protobuf:"bytes,4,opt"` // contains filtered or unexported fields }
type SsoNTLoginSystem ¶
type SsoNTLoginUid ¶
type SsoNTLoginUid struct { Uid string `protobuf:"bytes,2,opt"` // contains filtered or unexported fields }
type SsoNTLoginUin ¶
type SsoNTLoginUnusual ¶
type SsoNTLoginUnusual struct {
Sig []byte `protobuf:"bytes,2,opt"`
}
Click to show internal directories.
Click to hide internal directories.