Class AuthService
java.lang.Object
io.jenkins.plugins.appcircle.enterprise.app.store.AuthService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UserResponsegetAcToken(String pat, String authEndpoint)
-
Field Details
-
DEFAULT_AUTH_ENDPOINT
- See Also:
-
-
Constructor Details
-
AuthService
public AuthService()
-
-
Method Details
-
getAcToken
public static UserResponse getAcToken(String pat, String authEndpoint) throws IOException, URISyntaxException - Throws:
IOExceptionURISyntaxException
-