Package com.dropbox.core.v2.openid
Class DbxUserOpenidRequests
- java.lang.Object
-
- com.dropbox.core.v2.openid.DbxUserOpenidRequests
-
public class DbxUserOpenidRequests extends java.lang.Object
Routes in namespace "openid".
-
-
Constructor Summary
Constructors Constructor Description DbxUserOpenidRequests(DbxRawClientV2 client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserInfoResult
userinfo()
This route is used for refreshing the info that is found in the id_token during the OIDC flow.
-
-
-
Constructor Detail
-
DbxUserOpenidRequests
public DbxUserOpenidRequests(DbxRawClientV2 client)
-
-
Method Detail
-
userinfo
public 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
-
-