Skip to content

Commit

Permalink
Update xState description in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmak-busicat committed Sep 5, 2024
1 parent fa608c4 commit 3ca7031
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data class AuthenticateOptions @JvmOverloads constructor(
*/
var state: String? = null,
/**
* Custom state.
* Use this parameter to provide parameters from the client application to Custom UI. The string in xState can be accessed by the Custom UI. Ignore this parameter if default AuthUI is used
*/
var xState: String? = null,
/**
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/oursky/authgear/PromoteOptions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data class PromoteOptions @JvmOverloads constructor(
*/
var state: String? = null,
/**
* Custom state.
* Use this parameter to provide parameters from the client application to Custom UI. The string in xState can be accessed by the Custom UI. Ignore this parameter if default AuthUI is used
*/
var xState: String? = null,
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data class ReauthenticateOptions @JvmOverloads constructor(
*/
var state: String? = null,
/**
* Custom state.
* Use this parameter to provide parameters from the client application to Custom UI. The string in xState can be accessed by the Custom UI. Ignore this parameter if default AuthUI is used
*/
var xState: String? = null,
/**
Expand Down

0 comments on commit 3ca7031

Please sign in to comment.