auth.generate_token =================== Generate a token to be used for authentication. `ttl` stands for Time To Live, in seconds. The token will be invalidated if the connection has been inactive for a time greater than this. `attrs` is a general purpose object/dictionary to hold information about the token. `match_origin` will only allow using this token from the same IP address or with the same user UID. NOTE: this endpoint is not supported when server security requires replay-resistant authentication as part of GPOS STIG requirements. .. raw:: html
Time-to-live for the token in seconds or null for no expiration (default 600).
Additional attributes to embed in the token.
Whether the token must be used from the same origin that created it.
Whether the token can only be used once.
Generated authentication token.