useradapterimpl

package
v0.0.0-...-b891ec6 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAdapterImpl

func NewAdapterImpl(c *Config) *omClient

Types

type Config

type Config struct {
	AppId         string `json:"app_id"                 required:"true"`
	AppSecret     string `json:"app_secret"             required:"true"`
	TokenEndpoint string `json:"token_endpoint"         required:"true"`
	UserEndpoint  string `json:"user_endpoint"          required:"true"`
}

type Data

type Data struct {
	Identities []Identities `json:"identities"`
	Username   string       `json:"username"`
	Email      string       `json:"email"`
}

type Identities

type Identities struct {
	LoginName string `json:"login_name"`
	Identity  string `json:"identity"`
}

Jump to

Keyboard shortcuts

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