Versions in this module Expand all Collapse all v0 v0.10.1 Dec 6, 2024 v0.10.0 Dec 6, 2024 Changes in this version + type Capabilities struct + func (p *Capabilities) UnmarshalJSON(bytes []byte) error + func (p Capabilities) MarshalJSON() ([]byte, error) + type GeneralMytokenRequest struct + Capabilities Capabilities + GrantType model.GrantType + ResponseType model.ResponseType + Restrictions Restrictions + Rotation *Rotation + func NewGeneralMytokenRequest() *GeneralMytokenRequest + func (r *GeneralMytokenRequest) UnmarshalJSON(bytes []byte) error + type Restrictions struct + func (p *Restrictions) UnmarshalJSON(bytes []byte) error + func (p Restrictions) MarshalJSON() ([]byte, error) + type Rotation struct + func (p *Rotation) UnmarshalJSON(bytes []byte) error + func (p Rotation) MarshalJSON() ([]byte, error)