pomerium/internal/identity/identity/identity.go

7 lines
181 B
Go

// Package identity is a package to avoid a dependency cycle.
package identity
// State is the state for authentication.
type State interface {
SetRawIDToken(rawIDToken string)
}