Categorygithub.com/ncuhome/GeniusAuthoritarianRefreshTokenRpc

# README

Usage

client, err := refreshTokenRpc.NewRpc("v.ncuos.com:443", &refreshTokenRpc.Config{
	AppCode: "xxx",
	AppSecret: "xxx"
})
if err!=nil {
	panic(err)
}

token, err := client.RefreshToken(context.Background(), "refresnTokenHere")
if err!=nil {
	panic(err)
}

fmt.Println(token)

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author