LoginInfo

From Virtual World Web Wiki
Jump to: navigation, search

A structure of information about a login attempt in progress

Remarks [edit]

Properties

Uri RedirectUri {get; set;}
The Uri to redirect the user where they will be asked to authenticate the token
string TokenKey {get; set;}
The token key for the root authentication token that needs to be authorized
string TokenSecret {get; set;}
The token secret for the root authentication token that needs to be authorized

Constructors

LoginInfo()