com.nimbusds.oauth2.sdk.reg
Class RegistrationError

java.lang.Object
  extended by com.nimbusds.oauth2.sdk.reg.RegistrationError

public final class RegistrationError
extends Object

OAuth 2.0 client registration errors.

Author:
Vladimir Dzhuvinov

Field Summary
static ErrorObject INVALID_CLIENT_METADATA
          Client registration: The value of one of the client meta data fields is invalid and the server has rejected this request.
static ErrorObject INVALID_REDIRECT_URI
          Client registration: The value of one or more redirect_uris is invalid.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 meta data 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 meta data.



Copyright © 2013 NimbusDS. All Rights Reserved.