verifyOtp static method

String verifyOtp({
  1. required String baseUrlType,
})

Implementation

static String verifyOtp({required String baseUrlType}) =>
    "${Env.getBaseUrl()[baseUrlType]}/oauth/token";