otoken

command module
v0.0.0-...-5b9aa71 Latest Latest
Warning

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

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

README

OToken

OToken gets OAuth client process into native app.

It contains a few packages implemented oauth2.TokenSource,

  • The appauth.TokenSource implemented OAuth2 native app authorization described in RFC8252
  • The devauth.TokenSource implemented OAuth2 device authorization grant process described in RFC8628
  • The refresher.TokenSource implemented refresh grant flow described in RFC6749
  • The tokenstore.CachedTokenSource is a TokenSource that allows you read token from a struct implemented tokenstore.Store interface, and save new token to such store after created.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
appauth
Package userauth implements the OAuth2 native app authorization described in rfc8252.
Package userauth implements the OAuth2 native app authorization described in rfc8252.

Jump to

Keyboard shortcuts

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