com.nimbusds.openid.connect.sdk
Class OIDCResponseTypeValue

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

@Immutable
public class OIDCResponseTypeValue
extends Object

OpenID Connect id_token response type value constant.

Related specifications:

Author:
Vladimir Dzhuvinov

Field Summary
static ResponseType.Value 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.Value ID_TOKEN
ID Token.



Copyright © 2013 NimbusDS. All Rights Reserved.