com.microsoft.aad.adal
Interface AuthenticationParameters.AuthenticationParamCallback

Enclosing class:
AuthenticationParameters

public static interface AuthenticationParameters.AuthenticationParamCallback

Callback to use for async request.


Method Summary
 void onCompleted(Exception exception, AuthenticationParameters param)
           
 

Method Detail

onCompleted

void onCompleted(Exception exception,
                 AuthenticationParameters param)
Parameters:
exception - Exception
param - AuthenticationParameters


Copyright © 2003–2015. All rights reserved.