Skip to content

Commit

Permalink
Correcting the file names to match the folder name to remove the cp/b…
Browse files Browse the repository at this point in the history
…tp reference.
  • Loading branch information
sandeep-tds committed Apr 26, 2024
1 parent 38b114e commit b0d66b8
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ Your own flow class must extend the **`com.sap.cloud.mobile.flowv2.core.Flow`**

Congratulations! You now have learned how to create your own flow using the Flows component!

[VALIDATE_1]
[VALIDATE_2]
[ACCORDION-END]

---
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ primary_tag: products>sap-btp-sdk-for-android
### You will learn
- How to handle application restore and passcode timeouts using the Flows component
- How to reset an application using the Flows component
- How to logout an application using the Flows component
- How to logout of an application using the Flows component

---

Expand Down Expand Up @@ -148,7 +148,7 @@ There may be occasions when the user wants to reset the app to initial state. Th

[ACCORDION-BEGIN [Step 3: ](Application logout)]

The logout flow will try to logout the current user if the network is available, then remove the OAuth2 token of the current user if the app is authenticated with OAuth2. No matter whether the network is available or not, after the flow, the user needs to be authenticated again when making an API call to the server.
The logout flow will try to logout the current user if network is available, then remove the OAuth2 token of the current user if the app is authenticated with OAuth2. No matter the network is available or not, after the flow, the user needs to be authenticated again when making an API call to the server.

1. Open the project you [previously created](sdk-android-wizard-app) using the SAP BTP SDK Wizard for Android.

Expand Down

0 comments on commit b0d66b8

Please sign in to comment.