Class OpenShiftProviderInfo
- java.lang.Object
-
- org.openshift.jenkins.plugins.openshiftlogin.OpenShiftProviderInfo
-
public class OpenShiftProviderInfo extends Object
Represents information on the oauth provider. This is from https://SERVER/.well-known/oauth-authorization-server
-
-
Field Summary
Fields Modifier and Type Field Description String
authorization_endpoint
String
issuer
String
token_endpoint
-
Constructor Summary
Constructors Constructor Description OpenShiftProviderInfo()
-