Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PassEntries ¶ added in v0.1.1
type PassEntries struct { AdminEmail string DomainName string PlatformVersion string CustodyMode string }
func ParseJwtPass ¶
func ParseJwtPass(brokerId, jwtPass string) (*PassEntries, error)
ParseJwtPass verifies jwtPass with brokerId, that should be a valid ECDSA secp256k1 public key and returns email and domain values if error didn't occur
Click to show internal directories.
Click to hide internal directories.