awscognito

package
v0.0.0-...-2e899d5 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CognitoClient

type CognitoClient interface {
	ListUserPools() (apps []orchestrator.ApplicationInfo, err error)
	GetGroups(userPoolId string) (map[string]string, error)
	GetMembersAssignedTo(appInfo orchestrator.ApplicationInfo, groupName string) ([]string, error)
	SetGroupsAssignedTo(groupName string, members []string, applicationInfo orchestrator.ApplicationInfo) error
}

func NewCognitoClient

func NewCognitoClient(key []byte, opt awscommon.AWSClientOptions) (CognitoClient, error)

Jump to

Keyboard shortcuts

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