idp
Code
Branches
Tags
Commits
main
idp
/
pkg
/
web
/
configuration.go
Top
1
package
web
2
3
type
Configuration
struct
{
4
Issuer
string
5
KeyData
[
]
byte
6
}