AuthenticationCallback Interface

public interface AuthenticationCallback extends SilentAuthenticationCallback

Callback passed with token acquisition. IAuthenticationResult or MsalException will be returned back via callback.

Method Summary

Modifier and Type Method and Description
void onCancel()

Will be called if user cancels the flow.

Inherited Members

Method Details

onCancel

public void onCancel()

Will be called if user cancels the flow.

Applies to