gov.nasa.pds.registry.common.connection.CognitoContent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of registry-common Show documentation
Show all versions of registry-common Show documentation
Common code used by Harvest and Registry Manager.
The newest version!
package gov.nasa.pds.registry.common.connection;
class CognitoContent {
String accessToken;
String clientid;
String gateway;
String idp;
String idToken;
String refreshToken;
String tokenType;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy