Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
doregg committed Jan 4, 2024
1 parent a290072 commit f332a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vue/src/auth/mapAuthState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const useLoadEntitlements = () => {
};

/**
@param options.maxAge max age in seconds
@param options.maxAge max time in seconds for a valid login authentication session. The user will be require to re-login if the maxAge is not valid
@returns whether the user is stepped up
*/
export const useIsSteppedUp = (options?: IsSteppedUpOptions) => {
Expand All @@ -169,7 +169,7 @@ export const useIsSteppedUp = (options?: IsSteppedUpOptions) => {
};

/**
@param options.maxAge max age in seconds
@param options.maxAge max time in seconds for a valid login authentication session. The user will be require to re-login if the maxAge is not valid
@returns step up function that triggers the flow to step up the user if needed
*/
export const useStepUp = () => {
Expand Down

0 comments on commit f332a55

Please sign in to comment.