diff --git a/README.md b/README.md index c1ca62d..4ce0187 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ GitHub 地址:[https://github.com/authing/authing-go-sdk](https://github.com/a ## 安装 ```bash -go get github.com/authing/authing-go-sdk +go get github.com/Authing/authing-go-sdk ``` ## 快速开始 diff --git a/lib/model/models.go b/lib/model/models.go index c2ca85a..63ba1d4 100644 --- a/lib/model/models.go +++ b/lib/model/models.go @@ -336,6 +336,7 @@ type Identity struct { UserPoolId *string `json:"userPoolId"` RefreshToken *string `json:"refreshToken"` AccessToken *string `json:"accessToken"` + Type *string `json:"type"` } type JWTTokenStatus struct {