public class ServiceResponse extends Object implements Serializable
| Constructor and Description |
|---|
ServiceResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
Long |
getClientIdIssuedAt() |
String |
getClientName() |
String |
getClientSecret() |
Long |
getClientSecretExpiresAt() |
String[] |
getContacts() |
String[] |
getGrantTypes() |
eu.dnetlib.openaire.usermanagement.Jwks |
getJwks() |
String |
getJwksUri() |
String |
getLogoUri() |
String |
getPolicyUri() |
String[] |
getRedirectUris() |
String |
getRegistrationAccessToken() |
String |
getRegistrationClientUri() |
String |
getScope() |
String |
getTokenEndpointAuthMethod() |
String |
getTokenEndpointAuthSigningAlg() |
public String getClientId()
public Long getClientIdIssuedAt()
public String getClientSecret()
public Long getClientSecretExpiresAt()
public String getRegistrationAccessToken()
public String getRegistrationClientUri()
public String[] getRedirectUris()
public String getClientName()
public String getLogoUri()
public String getPolicyUri()
public String[] getContacts()
public String[] getGrantTypes()
public String getTokenEndpointAuthMethod()
public String getTokenEndpointAuthSigningAlg()
public String getScope()
public String getJwksUri()
public eu.dnetlib.openaire.usermanagement.Jwks getJwks()
Copyright © 2022. All rights reserved.