How to proceed oauth resource owner password credentials grant flow

Hi,

I have a mobile app which authorizes the user using his mobile number and OTP.

Which OAuth flow should I proceed with? I felt Resource Owner Password Credentials Grant would be ideal.

Can I use mobile number and otp insread of username and password?