@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-11-05T00:31:27.098Z") public class OAuthAuthorizationToken extends Object
Constructor and Description |
---|
OAuthAuthorizationToken() |
Modifier and Type | Method and Description |
---|---|
OAuthAuthorizationToken |
appId(String appId) |
OAuthAuthorizationToken |
authToken(String authToken) |
OAuthAuthorizationToken |
callbackUrl(String callbackUrl) |
boolean |
equals(Object o) |
String |
getAppId()
The app the user is authenticating to (optional and used when authenticating with Brige via an OAuth server, currently only Synapse).
|
String |
getAuthToken()
The OAuth 2.0 authorization token returned from the provider, which must be submitted to the Bridge server in order to retrieve an access token.
|
String |
getCallbackUrl()
The callback URL registered with the OAuth authentication server.
|
String |
getType()
OAuthAuthorizationToken
|
String |
getVendorId()
The OAuth service vendor through which the user is authenticating (currently the only supported vendor is \"synapse\");
|
int |
hashCode() |
void |
setAppId(String appId) |
void |
setAuthToken(String authToken) |
void |
setCallbackUrl(String callbackUrl) |
void |
setVendorId(String vendorId) |
String |
toString() |
OAuthAuthorizationToken |
vendorId(String vendorId) |
public OAuthAuthorizationToken appId(String appId)
public String getAppId()
public void setAppId(String appId)
public OAuthAuthorizationToken vendorId(String vendorId)
public String getVendorId()
public void setVendorId(String vendorId)
public OAuthAuthorizationToken authToken(String authToken)
public String getAuthToken()
public void setAuthToken(String authToken)
public OAuthAuthorizationToken callbackUrl(String callbackUrl)
public String getCallbackUrl()
public void setCallbackUrl(String callbackUrl)
public String getType()
Copyright © 2022 Sage Bionetworks. All rights reserved.