Refresh Token from oauth/token using Passwordless

Is it possible to get a refresh token from /oauth/token when using the otp grant_type? When I send:

"scope": "openid offline_access"

I get back:

"scope": "openid profile email address phone",

TIA!