com.mangofactory.swagger.models.dto
Class Authorization

java.lang.Object
  extended by com.mangofactory.swagger.models.dto.Authorization

public class Authorization
extends java.lang.Object


Constructor Summary
Authorization(java.lang.String type, AuthorizationScope[] scopes)
           
 
Method Summary
 AuthorizationScope[] getScopes()
           
 java.lang.String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authorization

public Authorization(java.lang.String type,
                     AuthorizationScope[] scopes)
Method Detail

getType

public java.lang.String getType()

getScopes

public AuthorizationScope[] getScopes()