Class AuthorizationResponse
- java.lang.Object
-
- org.mule.weave.maven.plugin.exchange.client.model.AuthorizationResponse
-
public class AuthorizationResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description AuthorizationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessToken()StringgetRedirectUrl()StringgetTokenType()voidsetAccessToken(String accessToken)voidsetRedirectUrl(String redirectUrl)voidsetTokenType(String tokenType)
-
-
-
Method Detail
-
getAccessToken
public String getAccessToken()
-
setAccessToken
public void setAccessToken(String accessToken)
-
getTokenType
public String getTokenType()
-
setTokenType
public void setTokenType(String tokenType)
-
getRedirectUrl
public String getRedirectUrl()
-
setRedirectUrl
public void setRedirectUrl(String redirectUrl)
-
-