ombilogin

package module
v0.0.0-...-c5f7c4d Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2020 License: MIT Imports: 12 Imported by: 0

README

ombilogin

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OAuthPin

type OAuthPin struct {
	Code string `json:"code"`
	Id   int    `json:"id"`
}

type OmbiToken

type OmbiToken struct {
	TokenValue string `json:"access_token,omitempty"`
	Expiration string `json:"expiration,omitempty"`
}

type OmbiUserModel

type OmbiUserModel struct {
	Password     string   `json:"password,omitempty"`
	Username     string   `json:"username,omitempty"`
	RememberMe   bool     `json:"rememberMe,omitempty"`
	UsePlexOAuth bool     `json:"usePlexOAuth,omitempty"`
	PlexTvPin    OAuthPin `json:"plexTvPin,omitempty"`
}

type User

type User struct {
	Name     string
	Password string
}

Jump to

Keyboard shortcuts

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