authentication

package
v0.0.0-...-40aaa15 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BasicProvider

type BasicProvider struct {
	Email    string
	Password string
	// contains filtered or unexported fields
}

func (*BasicProvider) Middleware

func (p *BasicProvider) Middleware() resty.RequestMiddleware

type Provider

type Provider interface {
	Middleware() resty.RequestMiddleware
}

type TokenProvider

type TokenProvider struct {
	Token string
}

func (*TokenProvider) Middleware

func (p *TokenProvider) Middleware() resty.RequestMiddleware

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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