genericoidc

package
v1.0.21 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Duration30MinutesSeconds = 1800

Functions

func AddSingletonIGenericOIDCCodeExchange

func AddSingletonIGenericOIDCCodeExchange(cb di.ContainerBuilder)

Types

type GitHubEmail

type GitHubEmail struct {
	Email      string `json:"email"`
	Verified   bool   `json:"verified"`
	Primary    bool   `json:"primary"`
	Visibility string `json:"visibility"`
}

type GithubUser

type GithubUser struct {
	ID       int    `json:"id"`
	UserName string `json:"login"`
	Email    string `json:"email"`
}

type GithubUserEmails

type GithubUserEmails []GitHubEmail

Jump to

Keyboard shortcuts

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