rejectApp2AppAuthenticationRequest
fun rejectApp2AppAuthenticationRequest(request: App2AppAuthenticateRequest, reason: Throwable, listener: OnHandleApp2AppAuthenticationRequestListener, handler: Handler = Handler(Looper.getMainLooper()))
Reject a app2app authentication request.
Parameters
request
The received request.
reason
The reason to reject. The error message will be returned using the redirect uri.
listener
The listener.
handler
The handler of the thread on which the listener is called.