- Preparing search index...
- The search index is not available
Documentation
Type alias UsernamePasswordRequest
UsernamePasswordRequest: Partial<Omit<CommonUsernamePasswordRequest, "scopes" | "resourceRequestMethod" | "resourceRequestUri" | "username" | "password" | "requestedClaimsHash" | "storeInCache">> & { password: string; scopes: string[]; username: string; }
Type declaration
-
password: string
-
scopes: string[]
-
username: string
UsernamePassword 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.