Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GrantedAPIPermissions = []apiPermission.Permission{ sigfoxBackendCallbackServer.HandleDataMessageService, }
permissions granted by having a valid set of these claims
Functions ¶
This section is empty.
Types ¶
type SigfoxBackend ¶
type SigfoxBackend struct { BackendId id.Identifier `json:"backendId"` OwnerPartyType party.Type `json:"ownerPartyType"` OwnerId id.Identifier `json:"ownerId"` }
func (SigfoxBackend) Expired ¶
func (r SigfoxBackend) Expired() bool
func (SigfoxBackend) PartyDetails ¶
func (r SigfoxBackend) PartyDetails() party.Details
func (SigfoxBackend) TimeToExpiry ¶
func (r SigfoxBackend) TimeToExpiry() time.Duration
func (SigfoxBackend) Type ¶
func (r SigfoxBackend) Type() claims.Type
Click to show internal directories.
Click to hide internal directories.