build From Device Code
fun buildFromDeviceCode(onDeviceCode: Consumer<MsaDeviceCode>, applicationConfig: MsaApplicationConfig = JAVA_APPLICATION_CONFIG, timeoutMs: Int = DEFAULT_TIMEOUT_MS): MicrosoftAccount
onDeviceCode is invoked once with the code the user has to enter at the returned verification URL; this blocks until the user completes the sign-in, the code expires, or timeoutMs elapses.