Package cn.authing
Class AuthParams
- java.lang.Object
-
- cn.authing.AuthParams
-
public class AuthParams extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCallbackUrl()StringgetGrantType()StringgetResponseType()StringgetScope()booleanisGotoLogin()voidsetCallbackUrl(String callbackUrl)voidsetGotoLogin(boolean gotoLogin)voidsetGrantType(String grantType)voidsetResponseType(String responseType)voidsetScope(String scope)
-
-
-
Method Detail
-
isGotoLogin
public boolean isGotoLogin()
-
setGotoLogin
public void setGotoLogin(boolean gotoLogin)
-
getCallbackUrl
public String getCallbackUrl()
-
setCallbackUrl
public void setCallbackUrl(String callbackUrl)
-
getScope
public String getScope()
-
setScope
public void setScope(String scope)
-
getResponseType
public String getResponseType()
-
setResponseType
public void setResponseType(String responseType)
-
getGrantType
public String getGrantType()
-
setGrantType
public void setGrantType(String grantType)
-
-