Categorygithub.com/AlperTk/go-alpjwtmanager/v4
modulepackage
4.2.0-alpha
Repository: https://github.com/alpertk/go-alpjwtmanager.git
Documentation: pkg.go.dev

# README

Go-AlpJwtManager

Usage

package main

import "github.com/AlperTk/go-alpjwtmanager/v4"

func main() {
	var tokenManager = tokenmanager.NewTokenManager(
		"https://localhost:8443/auth/realms/marsrealm/protocol/openid-connect/token",
		"vpncontroller",
		"BMxjKIYZxqc3rJwWEci8TPO40mjVccls",
	)

	_, _ = tokenManager.GetBearerToken()
}

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Interfaces

No description provided by the author