com.atproto.server.get_service_auth

class atproto_client.models.com.atproto.server.get_service_auth.Params

Bases: ParamsModelBase

Parameters model for com.atproto.server.getServiceAuth.

field aud: str [Required]

The DID of the service that the token will be used to authenticate with.

class atproto_client.models.com.atproto.server.get_service_auth.ParamsDict(*args, **kwargs)

Bases: dict

aud: str

The DID of the service that the token will be used to authenticate with.

class atproto_client.models.com.atproto.server.get_service_auth.Response

Bases: ResponseModelBase

Output data model for com.atproto.server.getServiceAuth.

field token: str [Required]

Token.