Skip to content

flywheel.models.auth0_auth_out

Auth0AuthOut

Bases: object

audience property writable

Gets the audience of this Auth0AuthOut.

Returns:

Type Description
list[str]

The audience of this Auth0AuthOut

claim_namespace property writable

Gets the claim_namespace of this Auth0AuthOut.

Returns:

Type Description
str

The claim_namespace of this Auth0AuthOut

client_id property writable

Gets the client_id of this Auth0AuthOut.

Returns:

Type Description
str

The client_id of this Auth0AuthOut

cookie_domain property writable

Gets the cookie_domain of this Auth0AuthOut.

Returns:

Type Description
str

The cookie_domain of this Auth0AuthOut

domain property writable

Gets the domain of this Auth0AuthOut.

Returns:

Type Description
str

The domain of this Auth0AuthOut

jwks property writable

Gets the jwks of this Auth0AuthOut.

Returns:

Type Description
dict(str, object)

The jwks of this Auth0AuthOut

options property writable

Gets the options of this Auth0AuthOut.

Returns:

Type Description
Auth0OptionsOut

The options of this Auth0AuthOut

__contains__(key)

Checks if the given value is a key in this object

__eq__(other)

Returns true if both objects are equal

__getitem__(key)

Returns the value of key

__init__(client_id=None, domain=None, audience=None, claim_namespace=None, jwks=None, options=None, cookie_domain=None)

Auth0AuthOut - a model defined in Swagger

Parameters:

Name Type Description Default
client_id (str, optional)

, defaults to None

None
domain (str, optional)

, defaults to None

None
audience (list[str], optional)

, defaults to None

None
claim_namespace (str, optional)

, defaults to None

None
jwks (dict(str, object), optional)

, defaults to None

None
options (Auth0OptionsOut, optional)

, defaults to None

None
cookie_domain (str, optional)

, defaults to None

None

__ne__(other)

Returns true if both objects are not equal

__repr__()

For print and pprint

__setitem__(key, value)

Sets the value of key

get(key, default=None)

Get the value of the provided json property, or default

items()

Returns the list of json property to value mapping

keys()

Returns the list of json properties in the object

positional_to_model(value) staticmethod

Converts a positional argument to a model value

return_value()

Unwraps return value from model

to_dict()

Returns the model properties as a dict

to_str()

Returns the string representation of the model

values()

Returns the list of values in the object