Documentation
¶
Index ¶
- Variables
- type Account
- func (a *Account) Chain(ctx context.Context) (ChainKey *ecdsa.PrivateKey, ChainData string, err error)
- func (a *Account) Discovery() (d *discovery.Discovery, err error)
- func (a *Account) Gatherings(ctx context.Context) (*discovery.GatheringsService, error)
- func (a *Account) MCToken(ctx context.Context) (*discovery.MCToken, error)
- func (a *Account) Name() string
- func (a *Account) PfToken(ctx context.Context, publicKey *ecdsa.PublicKey) (string, error)
- func (a *Account) PlayfabXblToken(ctx context.Context) (*xbox.XBLToken, error)
- func (a *Account) Realms() *realms.Client
- func (a *Account) Token(ctx context.Context) (t *oauth2.Token, err error)
- func (a *Account) XBLToken(ctx context.Context) (*auth.XBLToken, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var Auth *authSrv = &authSrv{ log: logrus.WithField("part", "Auth"), }
View Source
var ErrNotLoggedIn = errors.New("not Logged In")
View Source
var Tokene = func(w io.Writer, o any) error { return json.NewEncoder(w).Encode(o) }
View Source
var Ver1token func(f io.ReadSeeker, o any) error
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.