mariafb

Results 1 issues of mariafb

How do we get the access_token from redirect URL implicit grant flow? Example: Request URL: https://example.app/connect/authorize?client_id=implicit&scope=xxxx&redirect_uri=http:app/callback&response_type=token&state=xxxxxxx&nonce=xxxxxxx Response: https://example_redirect_uri/#access_token=xxxxxx&token_type=Beare&rexpires_in=1111&scope=xxxxxi&state=wwww How can I implement implicit grant flow (response_type=token) and get the #access_token...