atoti.OAuth2ResourceOwnerPasswordAuthentication(Authenticate requests with OAuth 2’s Resource Owner Password Credentials Grant.
*,
client_id: str,
client_secret: str,
issuer_url: str,
password: str,
scopes: Set[str] =frozenset({}),
username: str,
)
See also:
atoti.OidcConfig.access_token_format.Attributes
client_id
str
client_secret
str
issuer_url
str
password
str
scopes
Set[str]
username
str