Package com.dropbox.core.v2.openid
Class DbxUserOpenidRequests
- java.lang.Object
- 
- com.dropbox.core.v2.openid.DbxUserOpenidRequests
 
- 
 public class DbxUserOpenidRequests extends java.lang.ObjectRoutes in namespace "openid".
- 
- 
Constructor SummaryConstructors Constructor Description DbxUserOpenidRequests(DbxRawClientV2 client)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UserInfoResultuserinfo()This route is used for refreshing the info that is found in the id_token during the OIDC flow.
 
- 
- 
- 
Constructor Detail- 
DbxUserOpenidRequestspublic DbxUserOpenidRequests(DbxRawClientV2 client) 
 
- 
 - 
Method Detail- 
userinfopublic UserInfoResult userinfo() throws UserInfoErrorException, DbxException This route is used for refreshing the info that is found in the id_token during the OIDC flow. This route doesn't require any arguments and will use the scopes approved for the given access token.- Throws:
- UserInfoErrorException
- DbxException
 
 
- 
 
-