Class AuthenticationError.Builder

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setError_description

        public AuthenticationError.Builder setError_description​(java.lang.String error_description)
        The error description setter.
        Parameters:
        error_description - A more detailed description of the error as specified in RFC 6749 Section 4.1.2.1.
        Returns:
        An AuthenticationError.Builder.
      • build

        public AuthenticationError build()
        Description copied from interface: IModelObject.Builder
        Build a model object with the information set in the builder object.
        The type of the model object and its methods depend on its corresponding implementation.
        Returns:
        A model object.