org.apache.oltu.oauth2.ext.dynamicreg.common
Class OAuthRegistration.Response

java.lang.Object
  extended by org.apache.oltu.oauth2.ext.dynamicreg.common.OAuthRegistration.Response
Enclosing class:
OAuthRegistration

public static final class OAuthRegistration.Response
extends Object


Field Summary
static String CLIENT_ID
           
static String CLIENT_SECRET
           
static String EXPIRES_IN
           
static String ISSUED_AT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLIENT_ID

public static final String CLIENT_ID
See Also:
Constant Field Values

CLIENT_SECRET

public static final String CLIENT_SECRET
See Also:
Constant Field Values

ISSUED_AT

public static final String ISSUED_AT
See Also:
Constant Field Values

EXPIRES_IN

public static final String EXPIRES_IN
See Also:
Constant Field Values


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.