authCodeFlow

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2020 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TokenResultView

func TokenResultView() string

Types

type CodeFlowInteractor

type CodeFlowInteractor struct {
	// contains filtered or unexported fields
}

func NewCodeFlowInteractor

func NewCodeFlowInteractor(wellKnownConfig oidc.WellKnownConfiguration, database *db.CredentialStore, operatingSystem string) CodeFlowInteractor

func (*CodeFlowInteractor) Request

func (interactor *CodeFlowInteractor) Request(client db.OidcClient, dryRun bool, localHostPort int)

func (*CodeFlowInteractor) RequestWithProofOfKeyExchange

func (interactor *CodeFlowInteractor) RequestWithProofOfKeyExchange(client db.OidcClient, dryRun bool, localHostPort int)

type TokenResultViewModel

type TokenResultViewModel struct {
	AccessToken  string
	RefreshToken string
	IdToken      string
	Claims       interface{}
	Authority    string
}

Jump to

Keyboard shortcuts

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