repository

package
v1.83.3 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TokenVerifierRepository

type TokenVerifierRepository interface {
	VerifyAccessToken(ctx context.Context, tokenString, verifierClientID, projectID string) (userID string, agentID string, clientID, prefLang, resourceOwner string, err error)
	ProjectIDAndOriginsByClientID(ctx context.Context, clientID string) (projectID string, origins []string, err error)
	CheckOrgFeatures(ctx context.Context, orgID string, requiredFeatures ...string) error
	VerifierClientID(ctx context.Context, appName string) (clientID, projectID string, err error)
}

type UserMembershipRepository added in v1.75.3

type UserMembershipRepository interface {
	SearchMyMemberships(ctx context.Context) ([]*authz.Membership, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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