com.nimbusds.openid.connect.sdk
Class OIDCResponseType

java.lang.Object
  extended by com.nimbusds.openid.connect.sdk.OIDCResponseType

@Immutable
public class OIDCResponseType
extends Object

OpenID Connect authorisation response types. Extend the standard OAuth 2.0 response types.

Related specifications:

Version:
$version$ (2013-01-21)
Author:
Vladimir Dzhuvinov

Field Summary
static ResponseType ID_TOKEN
          ID Token.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID_TOKEN

public static final ResponseType ID_TOKEN
ID Token.



Copyright © 2013 NimbusDS. All Rights Reserved.