• Resolved usmanakram13

    (@usmanakram13)


    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.

  • The topic ‘Add Bearer token’ is closed to new replies.