client

package
v1.4.14 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Implements an API client for the Token auth API (https://github.com/mutablelogic/go-server/pkg/handler/auth)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	*client.Client
}

func New

func New(endPoint string, opts ...client.ClientOpt) (*Client, error)

Create a new API client, providing the endpoint (ie, http://example.com/api/auth)

func (*Client) Create

func (c *Client) Create(name string, expires_in time.Duration, scopes ...string) (auth.Token, error)

Create a token with name, duration and scopes, and return the token

func (*Client) Delete

func (c *Client) Delete(name string) error

Delete a token

func (*Client) Get

func (c *Client) Get(name string) (auth.Token, error)

Get token details (apart from the value)

func (*Client) List

func (c *Client) List() ([]auth.Token, error)

Return all tokens

Jump to

Keyboard shortcuts

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