com.mangofactory.swagger.models.dto
Class AuthorizationCodeGrant

java.lang.Object
  extended by com.mangofactory.swagger.models.dto.GrantType
      extended by com.mangofactory.swagger.models.dto.AuthorizationCodeGrant

public class AuthorizationCodeGrant
extends GrantType


Constructor Summary
AuthorizationCodeGrant(TokenRequestEndpoint tokenRequestEndpoint, TokenEndpoint tokenEndpoint)
           
 
Method Summary
 TokenEndpoint getTokenEndpoint()
           
 TokenRequestEndpoint getTokenRequestEndpoint()
           
 
Methods inherited from class com.mangofactory.swagger.models.dto.GrantType
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationCodeGrant

public AuthorizationCodeGrant(TokenRequestEndpoint tokenRequestEndpoint,
                              TokenEndpoint tokenEndpoint)
Method Detail

getTokenRequestEndpoint

public TokenRequestEndpoint getTokenRequestEndpoint()

getTokenEndpoint

public TokenEndpoint getTokenEndpoint()