1
This commit is contained in:
15
internal/auth/keycloak/client.go
Normal file
15
internal/auth/keycloak/client.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package keycloak
|
||||
|
||||
import (
|
||||
"github.com/Nerzal/gocloak/v13"
|
||||
)
|
||||
|
||||
type Client struct {
|
||||
client *gocloak.GoCloak
|
||||
jwtManager TokenManager
|
||||
|
||||
env string
|
||||
realm string
|
||||
clientId string
|
||||
clientSecret string
|
||||
}
|
Reference in New Issue
Block a user