Scroll to navigation

SASL-XOAUTH2-TOOL(1) Generated Python Manual SASL-XOAUTH2-TOOL(1)

NAME

sasl-xoauth2-tool

SYNOPSIS

sasl-xoauth2-tool [-h] {get-token,test-config,test-token-refresh} ...

POSITIONAL ARGUMENTS

COMMAND 'sasl-xoauth2-tool get-token'

usage: sasl-xoauth2-tool get-token [-h] --client-id CLIENT_ID
[--tenant TENANT]
[--client-secret CLIENT_SECRET]
[--scope SCOPE]
{outlook,gmail} [output_file]

Fetches initial access and refresh tokens from an OAuth 2 provider

{outlook,gmail}
service type

output file, '-' for stdout

OPTIONS 'sasl-xoauth2-tool get-token'

required for both services

wanted by 'outlook' (defaults to 'consumers')

required for both services, will prompt the user if blank

required for 'gmail'

COMMAND 'sasl-xoauth2-tool test-config'

usage: sasl-xoauth2-tool test-config [-h] [--config-file CONFIG_FILE]

Tests a sasl-xoauth2 config file for syntax errors

OPTIONS 'sasl-xoauth2-tool test-config'

config file path (defaults to '/etc/sasl-xoauth2.conf')

COMMAND 'sasl-xoauth2-tool test-token-refresh'

usage: sasl-xoauth2-tool test-token-refresh [-h] [--config-file CONFIG_FILE]
token_file

Tests that a token can be refreshed (i.e., that the OAuth 2 flow is working correctly)

file containing initial access token

OPTIONS 'sasl-xoauth2-tool test-token-refresh'

config file path (defaults to '/etc/sasl-xoauth2.conf')

AUTHOR

Tarick Bedeir
tarick@bedeir.com

DISTRIBUTION

The latest version of sasl-xoauth2 may be downloaded from https://github.com/tarickb/sasl-xoauth2

2024-09-27 sasl-xoauth2