类 cn.signit.sdk.type.TokenType
的使用

使用 TokenType 的软件包
cn.signit.sdk   
cn.signit.sdk.http   
cn.signit.sdk.type   
 

cn.signit.sdkTokenType 的使用
 

参数类型为 TokenTypecn.signit.sdk 中的方法
 OauthData SignitClient.getOauthData(String apiKey, String secretKey, TokenType grantType, boolean autoSetRequestToken)
           
 

cn.signit.sdk.httpTokenType 的使用
 

返回 TokenTypecn.signit.sdk.http 中的方法
 TokenType Authentication.getAccessTokenType()
           
 

参数类型为 TokenTypecn.signit.sdk.http 中的方法
 void Authentication.setAccessTokenType(TokenType accessTokenType)
           
 

参数类型为 TokenTypecn.signit.sdk.http 中的构造方法
Authentication(String apiKey, String secretKey, TokenType authenticationType)
           
 

cn.signit.sdk.typeTokenType 的使用
 

返回 TokenTypecn.signit.sdk.type 中的方法
static TokenType TokenType.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static TokenType[] TokenType.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 



Copyright © 2019. All rights reserved.