A type alias for an authResponseCallback function. {@link (authResponseCallback:type)}
error created for failure cases
response containing token strings in success cases, or just state value in error cases
A type alias for a errorReceivedCallback function. {@link (errorReceivedCallback:type)}
response of type {@link (AuthError:class)}
account state
A type alias for a tokenReceivedCallback function. {@link (tokenReceivedCallback:type)}
response of type {@link (AuthResponse:type)} The function that will get the call back once this API is completed (either successfully or with a failure).
Generated using TypeDoc
A type alias for an authResponseCallback function. {@link (authResponseCallback:type)}
error created for failure cases
response containing token strings in success cases, or just state value in error cases