Class OpenShiftProviderInfo


  • public class OpenShiftProviderInfo
    extends Object
    Represents information on the oauth provider. This is from https://SERVER/.well-known/oauth-authorization-server
    • Field Detail

      • issuer

        public String issuer
      • authorization_endpoint

        public String authorization_endpoint
      • token_endpoint

        public String token_endpoint
    • Constructor Detail

      • OpenShiftProviderInfo

        public OpenShiftProviderInfo()