Successful token endpoint response payload.
@type t() :: %Lockspire.Protocol.TokenExchange.Success{ access_token: String.t(), expires_in: pos_integer(), id_token: String.t() | nil, issued_token_type: String.t() | nil, refresh_token: String.t() | nil, scope: String.t(), token_type: String.t() }