- Preparing search index...
- The search index is not available
Documentation
Type alias CommonUsernamePasswordRequest
CommonUsernamePasswordRequest: BaseAuthRequest & { password: string; username: string; }
Type declaration
-
password: string
-
username: string
CommonUsernamePassword parameters passed by the user to retrieve credentials Note: The latest OAuth 2.0 Security Best Current Practice disallows the password grant entirely. This flow is added for internal testing.