ApplyFabricToken

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 29, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplyFabricTokenService

type ApplyFabricTokenService struct {
	BaseURL     string
	FabricAppId string
	AppSecret   string
	MerchantId  string
}

func NewApplyFabricTokenService

func NewApplyFabricTokenService(baseURL, fabricAppId, appSecret, merchantId string) *ApplyFabricTokenService

=== Applying Fabric Token ===

func (*ApplyFabricTokenService) ApplyFabricToken

func (a *ApplyFabricTokenService) ApplyFabricToken() (string, error)

type TokenResponse

type TokenResponse struct {
	Token          string `json:"token"`
	EffectiveDate  string `json:"effectiveDate"`
	ExpirationDate string `json:"expirationDate"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL