Uses of Interface
net.openid.appauth.AuthorizationService.RegistrationResponseCallback
-
Packages that use AuthorizationService.RegistrationResponseCallback Package Description net.openid.appauth AppAuth for Android. -
-
Uses of AuthorizationService.RegistrationResponseCallback in net.openid.appauth
Methods in net.openid.appauth with parameters of type AuthorizationService.RegistrationResponseCallback Modifier and Type Method Description voidAuthorizationService. performRegistrationRequest(RegistrationRequest request, AuthorizationService.RegistrationResponseCallback callback)Sends a request to the authorization service to dynamically register a client.
-