Class RegistrationError

java.lang.Object
com.nimbusds.oauth2.sdk.client.RegistrationError

public final class RegistrationError extends Object
OAuth 2.0 client registration errors.
  • Field Details

    • INVALID_REDIRECT_URI

      public static final ErrorObject INVALID_REDIRECT_URI
      Client registration: The value of one or more redirect_uris is invalid.
    • INVALID_CLIENT_METADATA

      public static final ErrorObject INVALID_CLIENT_METADATA
      Client registration: The value of one of the client metadata fields is invalid and the server has rejected this request. Note that an authorisation server may choose to substitute a valid value for any requested parameter of a client's metadata.
    • INVALID_SOFTWARE_STATEMENT

      Client registration: The software statement presented is invalid.
    • UNAPPROVED_SOFTWARE_STATEMENT

      Client registration: The software statement presented is not approved for use by this authorisation server.