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 Details

    • issuer

      public String issuer
    • authorization_endpoint

      public String authorization_endpoint
    • token_endpoint

      public String token_endpoint
  • Constructor Details

    • OpenShiftProviderInfo

      public OpenShiftProviderInfo()
  • Method Details