com.nimbusds.oauth2.sdk.client
Class RegistrationError
java.lang.Object
com.nimbusds.oauth2.sdk.client.RegistrationError
public final class RegistrationError
- extends Object
OAuth 2.0 client registration errors.
- Author:
- Vladimir Dzhuvinov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.