google

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2026 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

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

func New

func New(clientID, clientSecret string) (*Provider, error)

func NewWithIssuer

func NewWithIssuer(clientID, clientSecret, issuer string) (*Provider, error)

func (*Provider) ExchangeAuthorizationCode

func (p *Provider) ExchangeAuthorizationCode(ctx context.Context, req providerpkg.ExchangeRequest) (*schema.IdentityInsert, error)

func (*Provider) HTTPHandler

func (p *Provider) HTTPHandler() httprequest.PathItem

func (*Provider) Key

func (p *Provider) Key() string

func (*Provider) PublicConfig

func (p *Provider) PublicConfig() schema.PublicClientConfiguration
Example
provider, _ := New("client-id", "client-secret")
fmt.Println(provider.PublicConfig().Issuer)
fmt.Println(provider.PublicConfig().ClientID)
Output:
https://accounts.google.com
client-id

Jump to

Keyboard shortcuts

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