Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountToken ¶
type AccountToken struct {
AuthToken string
}
func (*AccountToken) Activation ¶ added in v1.10.1
func (a *AccountToken) Activation() (Byte[Activation], error)
func (*AccountToken) Code ¶ added in v1.10.1
func (a *AccountToken) Code(act *Activation) (Byte[Code], error)
func (*AccountToken) Playback ¶ added in v1.10.1
func (a *AccountToken) Playback(roku_id string) (Byte[Playback], error)
func (*AccountToken) Unmarshal ¶
func (a *AccountToken) Unmarshal(data Byte[AccountToken]) error
type Activation ¶ added in v1.10.1
type Activation struct {
Code string
}
func (*Activation) String ¶ added in v1.10.1
func (a *Activation) String() string
func (*Activation) Unmarshal ¶ added in v1.10.1
func (a *Activation) Unmarshal(data Byte[Activation]) error
type Code ¶ added in v1.10.1
type Code struct {
Token string
}
func (*Code) AccountToken ¶ added in v1.10.1
func (c *Code) AccountToken() (Byte[AccountToken], error)
code can be nil
Click to show internal directories.
Click to hide internal directories.