@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2024-01-08T21:27:32.920Z") public class OAuthProvider extends Object
Constructor and Description |
---|
OAuthProvider() |
Modifier and Type | Method and Description |
---|---|
OAuthProvider |
callbackUrl(String callbackUrl) |
OAuthProvider |
clientId(String clientId) |
OAuthProvider |
endpoint(String endpoint) |
boolean |
equals(Object o) |
String |
getCallbackUrl()
The callback URL that the client provides to retrieve the authorization token.
|
String |
getClientId()
The client ID of the app.
|
String |
getEndpoint()
The URL to send an authorization token to to retrieve access and refresh tokens.
|
String |
getIntrospectEndpoint()
OAuth introspect URL, as defined by RFC7662.
|
String |
getSecret()
The secret token that the server must provide.
|
String |
getType()
OAuthProvider
|
int |
hashCode() |
OAuthProvider |
introspectEndpoint(String introspectEndpoint) |
OAuthProvider |
secret(String secret) |
void |
setCallbackUrl(String callbackUrl) |
void |
setClientId(String clientId) |
void |
setEndpoint(String endpoint) |
void |
setIntrospectEndpoint(String introspectEndpoint) |
void |
setSecret(String secret) |
String |
toString() |
public OAuthProvider clientId(String clientId)
public String getClientId()
public void setClientId(String clientId)
public OAuthProvider secret(String secret)
public String getSecret()
public void setSecret(String secret)
public OAuthProvider endpoint(String endpoint)
public String getEndpoint()
public void setEndpoint(String endpoint)
public OAuthProvider callbackUrl(String callbackUrl)
public String getCallbackUrl()
public void setCallbackUrl(String callbackUrl)
public OAuthProvider introspectEndpoint(String introspectEndpoint)
public String getIntrospectEndpoint()
public void setIntrospectEndpoint(String introspectEndpoint)
public String getType()
Copyright © 2024 Sage Bionetworks. All rights reserved.