How to retrieve (Jwt) access token from current user and pass it to a mobile application in asp.net boilerplate (abp)?

880 Views Asked by At

I am new to asp.net boilerplate (abp.io).

I made a project as backend for an existing mobile application. So I need to retrieve Jwt token from current logged in user and pass it for mobile application which calls Login api.

So please help me how to do that ? Lots of thanks.

1

There are 1 best solutions below

1
đức hoà nguyễn On

enter image description here

data: grant_type=password&scope=${oAuthConfig.scope}&username=${username}&password=${password}&client_id=${oAuthConfig.clientId}&client_secret=${oAuthConfig.clientSecret},