session

package
v0.0.0-...-f984256 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2017 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SessionState

type SessionState struct {
	OAuthServerID bson.ObjectId `json:"server_id"`
	ExpiresIn     int64         `json:"expires_in"`
	OauthClientID string        `json:"oauth_client_id"`
	AccessToken   string        `json:"access_token"`
	TokenType     string        `json:"token_type"`
}

SessionState objects represent a current API session, mainly used for access tokens.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL