//sdk/com.adobe.express.embedsdk/AuthStore
class AuthStore
| AuthStore | constructor() |
| Name | Summary |
|---|---|
| forceJumpCheck | var forceJumpCheck: Boolean? |
| piipStatus | var piipStatus: PIIPStatus? |
| userId | var userId: String? |
| Name | Summary |
|---|---|
| getAccessToken | fun getAccessToken(): String? |
| getAuthMode | fun getAuthMode(isFirstParty: Boolean): String |
| updateAuthOption | fun updateAuthOption(authOption: AuthOption) |