[ad_1]
i have a issue of add Add Bearer token in webview. i added the token in rest api end points like this
'securityDefinitions' => [
'securitySchemes' => [
'bearerAuth' => [
'type' => 'http',
'scheme' => 'bearer',
'bearerFormat' => 'JWT',
'value' => 'ThisIsASampleToken123'
],
]
]but in webview when i test my api the token will be empty. can someone guide me how can add a header option in webview or any other option ?
thanku for your help.
