Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

final class 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