Quaero.DW.Login

Quaero.DW.Login

Quaero.DW.Login Class

public class Quaero.DW.Login : Quaero.DW.Links;
Reply from an authentication request. See REST API authentication.
An authetication reply will have HATEOAS links for search, documents, formats, types, fields, sequences, queues, and scans.

access_token Field

System.String (Quaero.DW.Login)login.access_token;
The access token we've been granted. See JSON access_token.

token_type Field

System.String (Quaero.DW.Login)login.token_type;
The type of access token we've been granted. See JSON token_type.

expires_in Field

System.Int64 (Quaero.DW.Login)login.expires_in;
Number of seconds this access_token is valid for. See JSON expires_in.