token

package
v1.1.37 Latest Latest
Warning

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

Go to latest
Published: May 17, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppAccessToken

type AppAccessToken struct {
	Expire         int    `json:"expire"`
	AppAccessToken string `json:"app_access_token"`
}

type ApplyAppTicketReq

type ApplyAppTicketReq struct {
	AppID     string `json:"app_id"`
	AppSecret string `json:"app_secret"`
}

type ISVAppAccessTokenReq added in v1.0.3

type ISVAppAccessTokenReq struct {
	AppID     string `json:"app_id"`
	AppSecret string `json:"app_secret"`
	AppTicket string `json:"app_ticket"`
}

type ISVTenantAccessTokenReq added in v1.0.3

type ISVTenantAccessTokenReq struct {
	AppAccessToken string `json:"app_access_token"`
	TenantKey      string `json:"tenant_key"`
}

type InternalAccessTokenReq added in v1.0.3

type InternalAccessTokenReq struct {
	AppID     string `json:"app_id"`
	AppSecret string `json:"app_secret"`
}

type TenantAccessToken

type TenantAccessToken struct {
	Expire            int    `json:"expire"`
	TenantAccessToken string `json:"tenant_access_token"`
}

Jump to

Keyboard shortcuts

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