@Akshay Kumar I hope you are doing well,
Azure AD B2C currently does not support dynamically varying access token lifetimes based on multiple JwtIssuer
technical profiles in a single UserJourney. While ID token lifetime is honored per issuer, access token validity is bound to the relying party policy. The supported pattern is to create separate RPs/UserJourneys for each case (default vs. mobile), each with its own JwtIssuer and token lifetimes.
😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!