All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hubspot.singularity.auth.authenticator.AuthResponseParser Maven / Gradle / Ivy

package com.hubspot.singularity.auth.authenticator;

public enum AuthResponseParser {
  WRAPPED, // conforms to SingularityUserPermissionsResponse
  RAW // conforms to SingularityUser
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy