Uses of Interface
net.openid.appauth.AuthorizationManagementRequest
-
Packages that use AuthorizationManagementRequest Package Description net.openid.appauth AppAuth for Android. -
-
Uses of AuthorizationManagementRequest in net.openid.appauth
Classes in net.openid.appauth that implement AuthorizationManagementRequest Modifier and Type Class Description classAuthorizationRequestAn OAuth2 authorization request.classEndSessionRequestAn OpenID end session request.Methods in net.openid.appauth with parameters of type AuthorizationManagementRequest Modifier and Type Method Description static IntentAuthorizationManagementActivity. createStartForResultIntent(Context context, AuthorizationManagementRequest request, Intent authIntent)Creates an intent to start an authorization flow.static IntentAuthorizationManagementActivity. createStartIntent(Context context, AuthorizationManagementRequest request, Intent authIntent, PendingIntent completeIntent, PendingIntent cancelIntent)Creates an intent to start an authorization flow.
-