api.authentication.v1.test_helpers.totp package

Submodules

api.authentication.v1.test_helpers.totp.authenticate module

api.authentication.v1.test_helpers.totp.authenticate.forbidden(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/totp/authenticate, respond with HTTP 403

api.authentication.v1.test_helpers.totp.authenticate.not_found(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/totp/authenticate, respond with HTTP 404

api.authentication.v1.test_helpers.totp.authenticate.success(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/totp/authenticate, respond with HTTP 200

api.authentication.v1.test_helpers.totp.authenticate.unauthorized(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/totp/authenticate, respond with HTTP 401

api.authentication.v1.test_helpers.totp.initialize module

api.authentication.v1.test_helpers.totp.initialize.forbidden(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/totp, respond with HTTP 403

api.authentication.v1.test_helpers.totp.initialize.not_found(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/totp, respond with HTTP 404

api.authentication.v1.test_helpers.totp.initialize.success(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/totp, respond with HTTP 200

api.authentication.v1.test_helpers.totp.initialize.unauthorized(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/totp, respond with HTTP 401

api.authentication.v1.test_helpers.totp.revoke module

api.authentication.v1.test_helpers.totp.revoke.forbidden(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/totp, respond with HTTP 403

api.authentication.v1.test_helpers.totp.revoke.not_found(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/totp, respond with HTTP 404

api.authentication.v1.test_helpers.totp.revoke.success(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/totp, respond with HTTP 200

api.authentication.v1.test_helpers.totp.revoke.unauthorized(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/totp, respond with HTTP 401

api.authentication.v1.test_helpers.totp.verify module

api.authentication.v1.test_helpers.totp.verify.forbidden(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/totp, respond with HTTP 403

api.authentication.v1.test_helpers.totp.verify.not_found(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/totp, respond with HTTP 404

api.authentication.v1.test_helpers.totp.verify.success(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/totp, respond with HTTP 200

api.authentication.v1.test_helpers.totp.verify.unauthorized(function)[source]

Mock https://osl-argus-trunk-web1.mnemonic.no/web/api/authentication/v1/totp, respond with HTTP 401

Module contents