public static final class GetAuthTokenResponseBody.TokenInfo.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetAuthTokenResponseBody.TokenInfo.Builder |
accessToken(String accessToken)
The business authentication token.
|
GetAuthTokenResponseBody.TokenInfo |
build() |
GetAuthTokenResponseBody.TokenInfo.Builder |
jwtToken(String jwtToken)
The API authentication token.
|
public GetAuthTokenResponseBody.TokenInfo.Builder accessToken(String accessToken)
The business authentication token.
example:AccessToken is valid for 10 minutes and can be used repeatedly within its validity period.
agag****
public GetAuthTokenResponseBody.TokenInfo.Builder jwtToken(String jwtToken)
The API authentication token.
example:JwtToken is valid for 1 hour and can be used repeatedly within its validity period.
aweghd****
public GetAuthTokenResponseBody.TokenInfo build()
Copyright © 2025. All rights reserved.