ar.com.fernandospr.wns.model
Class WnsOAuthToken

java.lang.Object
  extended by ar.com.fernandospr.wns.model.WnsOAuthToken

public class WnsOAuthToken
extends Object

From http://msdn.microsoft.com/en-us/library/windows/apps/hh913756.aspx


Field Summary
 String access_token
           
 Integer expires_in
           
 String token_type
           
 
Constructor Summary
WnsOAuthToken()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

access_token

public String access_token

token_type

public String token_type

expires_in

public Integer expires_in
Constructor Detail

WnsOAuthToken

public WnsOAuthToken()


Copyright © 2016. All Rights Reserved.